cURL
curl --request GET \ --url https://api.hedra.com/web-app/public/billing/credits \ --header 'X-API-Key: <api-key>'
{ "remaining": 123, "expiring": 123, "used": 123 }
Successful Response
Information about the current balance of Credits and usage.