Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A managed API key, sent as Authorization: Bearer <key>. A workspace key is prefixed tgcc_; a reseller key is prefixed tgpk_. Keys carry scopes; the scope each operation demands is on the operation as x-required-scope.

Query Parameters

limit
integer

Page size. Clamped to the endpoint's maximum rather than refused, except on /conversations/{id}/messages, which answers 400 for a limit above 100.

status
string

Filter to one status. An unknown value is a 400, not an empty page.

cursor
string

An opaque cursor. Pass back the value the previous page returned; do not construct or parse one. Cursors are base64url and may contain no padding — they are safe in a query string, which a raw ISO timestamp is not (+00:00 decodes to a space and silently breaks every second page).

Response

No response body