Usage
User Seats
Members
Chatbots
Conversations
Knowledge base
Usage
User Seats
Get the user seats usage for the project.
GET
/
usage
/
user-seats
curl --request GET \
--url https://api.chatling.ai/v2/usage/user-seats \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 3,
"max": 10
}
}
Response
The status of the request. Will be success
if the request was successful, otherwise error
.
{
"status": "success",
"data": {
"used": 3,
"max": 10
}
}
curl --request GET \
--url https://api.chatling.ai/v2/usage/user-seats \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"used": 3,
"max": 10
}
}