Check Credit Usage

This API returns current credits usage information.

curl --location 'https://api.maximise.ai/v1/whitelabel-api/check-credits' \
--header 'Authorization: Bearer <token>'

Example response

Status Code: 200 OK

{
    "whitelabel_id": "RMieIJj0M7RIDmr7",
    "total_credits": 300,
    "credits_consumed": 0,
    "credits_remaining": 300
}

Last updated