GET
/
tax-registrations
/
{id}
curl --request GET \
  --url https://eu.sequencehq.com/api/tax-registrations/{id} \
  --header 'Authorization: <authorization>'
{
  "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"
}

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

Tax registration ID

Response

200
application/json

OK

The response is of type object.