Chats v2
Get current usage of the non-billable text message limit for the user
get/v2/chats/text-message-quota
Response
Text message quota retrieved successfully
Example response
{
"used": 1900,
"limit": 2000,
"remaining": 100,
"warningThreshold": 100,
"resetsAt": "2026-06-13T00:00:00.000Z",
"resetsInSeconds": 36000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.