Skip to main content
POST
/
v0
/
billing
/
validate-tax-id
curl --request POST \
  --url 'https://api.unify.ai/v0/billing/validate-tax-id' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}
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.

Body

tax_id
string
required
Tax ID to validate
country
string
required
Two-letter country code
curl --request POST \
  --url 'https://api.unify.ai/v0/billing/validate-tax-id' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}