Skip to main content
GET
/
v1
/
workspaces
/
{workspace_id}
/
billing
/
balance
Get Credit Balance
curl --request GET \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/billing/balance \
  --header 'Authorization: Bearer <token>'
Returns the workspace credit balance, tier, and billing configuration. Requires owner role.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.