GET
/
billing
/
tax
/
types
curl --request GET \
  --url https://api.altostrat.io/billing/tax/types \
  --header 'Authorization: Bearer <token>'
[
  {
    "type": "<string>",
    "flag": "<string>",
    "name": "<string>",
    "description": "<string>",
    "country": "<string>",
    "iso2": "<string>",
    "example": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Response

200
application/json

A list of supported Tax ID types.

The response is of type object[].