Credits
Get remaining credits
Get total credits purchased and used for the authenticated user. Management key required.
get/credits
Response
Returns the total credits purchased and used
Example response
{
"data": {
"total_credits": 100.5,
"total_usage": 25.75
}
}