Skip to main content
GET
https://api.unify.ai
/
v0
/
organizations
/
{organization_id}
/
billing
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/billing' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
Get billing information for an organization. Returns billing mode (delegated or direct), credits, and billing settings. Requires billing:read permission.

Authorizations

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

Path Parameters

organization_id
integer
required
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/billing' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}