Get current credit balance for the authenticated user’s subscription.
cURL
curl --request GET \ --url https://eu.api.gradium.ai/api/usages/credits
{ "remaining_credits": 123, "allocated_credits": 123, "billing_period": "<string>", "next_rollover_date": "2023-12-25", "plan_name": "" }
Successful Response
Summary of credits for current billing period.