v356

OpenAPI 3.0.3raw.githubusercontent.com2026-08-031733562.1 MB
Tax Registrations

List all Tax Registrations

List all Tax Registrations

get/tax-registrations

Query parameters

limitinteger

Maximum number of objects to return per-page. Must be between 1 and 100 (inclusive).

afterstring

Pagination offset. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

beforestring

Pagination offset. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.next or pagination.previous to retrieve each page.

Headers

Authorizationstring required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version'2024-07-30'

Use this header to select an API version

Response

OK

Example response

{
  "items": [
    {
      "id": "3271ca41-d538-404f-a15f-25856a37fb88",
      "sequenceAccountId": "a2e7ec72-e3b1-4349-8d8b-c1ad3cea03a1",
      "taxIdentifier": "GB123456789",
      "customerId": "06457f78-85cd-4140-9972-67c6cd8f6071",
      "merchantId": "06457f78-85cd-4140-9972-67c6cd8f6071",
      "country": "GB",
      "state": "CA"
    }
  ],
  "pagination": {
    "after": "MDE4NDUyNjYtNmQ2NC03N2M4LTlhZGYtNDQ4N2Q5NGQxNDU3",
    "before": "MDE4NDQyMWUtYTljYy03MTFiLWFmOTMtYmYwNTExZDRkODMz",
    "totalResultSize": 10
  }
}