cURL
curl --request GET \ --url https://api.chatling.ai/v2/usage/email-credits \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "used": 125, "max": 1500 } }
Get the email credits usage for the project.
success
error
Show properties