cURL
curl --request GET \ --url https://api.tamtam.ai/api/v2/credits \ --header 'Authorization: <api-key>'
{ "credits": [ { "credit_type": "<string>", "remaining_credits": 123, "total_credits": 123, "used_credits": 123 } ] }
Returns remaining credits across all active subscription lines for the authenticated account.
Account API key passed in the Authorization header
OK
Credit lines for the account across all active subscriptions
Show child attributes