Skip to main content
GET
Get the tax ID names

Authorizations

Authorization
string
header
required

Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.

Query Parameters

country_code
string | null
Required string length: 2

Response

Successful Response

id
string<uuid>
required

Unique identifier for the tax ID entry

Examples:

"b267d0d3-496f-4592-a1ae-59c9d279ca64"

"f815cb47-710d-4451-a6f5-65b5e83ad028"

country_code
string
required

Two-letter ISO 3166-1 alpha-2 country code where the registration number is issued

Required string length: 2
Examples:

"AF"

"AL"

tax_id_name
string
required

Official name of the tax identification number in the specified country

Required string length: 1 - 255
Examples:

"Tax identification number"

"VAT registration number"