Skip to main content
PATCH
https://api.unify.ai
/
v0
/
organizations
/
{organization_id}
/
billing
/
business-profile
curl --request PATCH \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/billing/business-profile' \
  --header "Authorization: Bearer $UNIFY_KEY"
  --header 'Content-Type: application/json' \
  --data '{}'
{}
Update business profile for an organization. Requires billing:write permission. Owners and Admins have this permission by default.

Authorizations

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

Path Parameters

organization_id
integer
required

Body

billing_email
string | null
business_name
string | null
tax_id
string | null
billing_address
any | null
curl --request PATCH \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/billing/business-profile' \
  --header "Authorization: Bearer $UNIFY_KEY"
  --header 'Content-Type: application/json' \
  --data '{}'
{}