Usage
Email Credits
Members
Chatbots
Conversations
Knowledge base
Usage
Email Credits
Get the email credits usage for the project.
GET
/
usage
/
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
}
}
Response
The status of the request. Will be success
if the request was successful, otherwise error
.
{
"status": "success",
"data": {
"used": 125,
"max": 1500
}
}
curl --request GET \
--url https://api.chatling.ai/v2/usage/email-credits \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 125,
"max": 1500
}
}