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.
Remaining credits not yet used.
Credits that will expire in the future.
Credits used in the current billing period.
Was this page helpful?