GET
/
v0
/
user
/
business-status
curl --request GET \
  --url 'https://api.unify.ai/v0/user/business-status' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "account_type": "string",
    "business_name": "string | null",
    "tax_id": "string | null",
    "business_type": "string | null",
    "business_verified": "boolean",
    "tax_exempt": "boolean",
    "tax_jurisdiction": "string | null",
    "business_address": "any | null"
}

Get the current user’s business classification status.

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/business-status' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "account_type": "string",
    "business_name": "string | null",
    "tax_id": "string | null",
    "business_type": "string | null",
    "business_verified": "boolean",
    "tax_exempt": "boolean",
    "tax_jurisdiction": "string | null",
    "business_address": "any | null"
}
GET
/
v0
/
user
/
business-status
curl --request GET \
  --url 'https://api.unify.ai/v0/user/business-status' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "account_type": "string",
    "business_name": "string | null",
    "tax_id": "string | null",
    "business_type": "string | null",
    "business_verified": "boolean",
    "tax_exempt": "boolean",
    "tax_jurisdiction": "string | null",
    "business_address": "any | null"
}

Get the current user’s business classification status.

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/business-status' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "account_type": "string",
    "business_name": "string | null",
    "tax_id": "string | null",
    "business_type": "string | null",
    "business_verified": "boolean",
    "tax_exempt": "boolean",
    "tax_jurisdiction": "string | null",
    "business_address": "any | null"
}