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
version
version
Headers
x-platform-id
Platform ID.
Query parameters
country
Optional country code to fetch allowed tax id types for. If omitted, returns all tax id types.
Response
OK
allowed_types
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