Tax

List tax registrations

Return all active tax registrations for the merchant.

GET
/tax/registrations

Authorization

bearerAuth
AuthorizationBearer <token>

Use your secret API key as the bearer token

In: header

Response Body

application/json

application/json

curl -X GET "https://api.getlumen.dev/v1/tax/registrations"
[
  {
    "id": "tax_reg_3FgH5jKl9Zx1v2Bn4pQrSt",
    "merchantId": "mer_4aExPpQ7R3tSa1BcDe9LmN",
    "jurisdiction": "DE",
    "registrationNumber": "DE123456789",
    "taxType": "VAT",
    "isActive": true,
    "createdAt": "2025-01-10T12:00:00.000Z",
    "updatedAt": "2025-01-10T12:00:00.000Z"
  }
]
{
  "error": "Internal server error"
}