Skip to main content
GET
/
v1
/
tax_registrations
List
curl --request GET \
  --url https://{defaultHost}/v1/tax_registrations \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "pagination": {
    "count": 1,
    "limit": 20,
    "page": 1,
    "url": "/v1/tax_registrations"
  },
  "data": [
    {
      "id": "cf51ece9-1ec1-43e5-bb40-dd2cab7f4e0e",
      "object": "tax_registration",
      "label": null,
      "manual_rate": 5.5,
      "tax_identifier": null,
      "tax_zone": "7d46d4c2-01d4-4d44-9cbf-14e88058e5c5",
      "created_at": 1767909782,
      "updated_at": 1767909782
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

A limit on the number of items to be returned, between 1 and 100.

page
integer

The page of items you want returned.

tax_region[]
string[]

Only return objects in the given tax region.

Response

200 - application/json

Success

object
string

A string describing the object type returned.

pagination
object
data
array

An array of objects.