POST
/
v0
/
user
/
validate-tax-id
curl --request POST \
  --url 'https://api.unify.ai/v0/user/validate-tax-id?tax_id=None&country=None' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Validate a tax ID format for a specific country.

Authorizations

Authorization
string
required

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

Query Parameters

tax_id
string
required

Tax ID to validate

country
string
required

Two-letter country code

curl --request POST \
  --url 'https://api.unify.ai/v0/user/validate-tax-id?tax_id=None&country=None' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
POST
/
v0
/
user
/
validate-tax-id
curl --request POST \
  --url 'https://api.unify.ai/v0/user/validate-tax-id?tax_id=None&country=None' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Validate a tax ID format for a specific country.

Authorizations

Authorization
string
required

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

Query Parameters

tax_id
string
required

Tax ID to validate

country
string
required

Two-letter country code

curl --request POST \
  --url 'https://api.unify.ai/v0/user/validate-tax-id?tax_id=None&country=None' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}