cURL
curl --request GET \ --url https://a.contactlevel.com/api/organizations/credit-balance \ --header 'X-Api-Key: <api-key>'
{ "organization_id": "<string>", "credit_balance": 123 }
Return the current credit balance for the API key’s organization.
Successful Response