Get allowed tax id types for a country, or all tax id types when no country is provided

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

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

Path parameters

versionstringRequiredDefaults to 1
version

Headers

x-platform-idstringOptional
Platform ID.

Query parameters

countrystringOptional
Optional country code to fetch allowed tax id types for. If omitted, returns all tax id types.

Response

OK
allowed_typeslist of enums
Allowed tax id types for the given country, or all tax id types when no country is provided.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error