Skip to main content
GET
/
v0
/
billing
/
supported-tax-countries
curl --request GET \
  --url 'https://api.unify.ai/v0/billing/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
Get list of countries supported for tax ID validation. Returns structured data per country including the human-readable tax ID name and expected format, so frontends don’t need to parse description strings.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
  --url 'https://api.unify.ai/v0/billing/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}