Skip to main content
GET
/
usage
/
email-credits
Email Credits
curl --request GET \
  --url https://api.chatling.ai/v2/usage/email-credits \
  --header 'Authorization: Bearer <token>'
{
    "status": "success",
    "data": {
        "used": 125,
        "max": 1500
    }
}

Documentation Index

Fetch the complete documentation index at: https://docs.chatling.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

status
string
The status of the request. Will be success if the request was successful, otherwise error.
data
object
{
    "status": "success",
    "data": {
        "used": 125,
        "max": 1500
    }
}