Skip to main content
GET
https://api.unify.ai
/
v0
/
organizations
/
{organization_id}
/
billing
/
credits
curl --request GET \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/billing/credits' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
Get credit balance for an organization. For direct billing orgs, returns the org’s credit balance. For delegated billing orgs, returns the billing user’s credit balance. 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/credits' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}