curl --request GET \
--url https://api.chatling.ai/v2/usage/chatbots \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 2,
"max": 5
}
}
Get the chatbots usage for the project.
curl --request GET \
--url https://api.chatling.ai/v2/usage/chatbots \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 2,
"max": 5
}
}
success
if the request was successful, otherwise error
.{
"status": "success",
"data": {
"used": 2,
"max": 5
}
}