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