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

usednumber required

Number of non-billable text messages the user has sent today (UTC)

limitnumber required

Maximum number of non-billable text messages per user per day

remainingnumber required

Number of text messages left before the daily limit

warningThresholdnumber required

How many messages before the limit the warning notification is sent

limitReachedboolean required

Whether the user has reached the daily text message limit

resetsAtstring required

ISO timestamp of the next UTC midnight when the daily counter resets

resetsInSecondsnumber required

Seconds left until the daily counter resets

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.