GET
/
v0
/
user
/
supported-tax-countries
curl --request GET \
  --url 'https://api.unify.ai/v0/user/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Get list of countries supported for tax ID validation.

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/user/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
GET
/
v0
/
user
/
supported-tax-countries
curl --request GET \
  --url 'https://api.unify.ai/v0/user/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Get list of countries supported for tax ID validation.

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/user/supported-tax-countries' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}