Get Clerk organization billing credit balance
Retrieve the billing credit balance for a Clerk organization.
← All Clerk endpoints · Capability overview
/v1/clerk/organizations/{organization_id}/billing/credit-balancehttps://api.vee3.io/v1/clerk/organizations/{organization_id}/billing/credit-balance
Retrieve the billing credit balance for a Clerk organization.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_organization_billing_credit_balanceParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
organization_idstringRequiredClerk organization id (org_...) to operate on.
Response3 fields
credit_balanceobject2 fieldsOrganization billing credit balance summary.
credit_balanceobjectbalance_amountintegerCredit balance amount in cents.
currencystringISO currency code for the credit balance.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required