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.
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"
}
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"
}
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.
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"
}
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"
}