Skip to main content
GET
Get all tax registrations for a customer by customer ID

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

sequence-version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

id
string
required

Customer ID

Query Parameters

limit
integer<int32>

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

after
string

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.

before
string

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.

Response

OK

items
object[]
required

List of tax registrations for customer

Example:
pagination
object
required

Results pagination

Example: