PATCH
/
v0
/
user
/
business-info
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Update business information for business accounts.

Authorizations

Authorization
string
required

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

Body

business_name
string | null
tax_id
string | null
business_type
string | null
business_address
any | null
tax_exempt
boolean | null
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}
PATCH
/
v0
/
user
/
business-info
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Update business information for business accounts.

Authorizations

Authorization
string
required

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

Body

business_name
string | null
tax_id
string | null
business_type
string | null
business_address
any | null
tax_exempt
boolean | null
curl --request PATCH \
  --url 'https://api.unify.ai/v0/user/business-info' \
  --header "Authorization: Bearer $UNIFY_KEY" \
  --header 'Content-Type: application/json' \
  --data '{}'
{}