SMS

List SMS messages

GET/v1/smsrequires sms:read

Requestcurl -X GET https://api.transmit.dev/v1/sms \
  -H "Authorization: Bearer tr_v2_…"

Parameters

NameInNotes
limitqueryRows per page, 1–100. Defaults to 20.
cursorqueryThe next_cursor from the previous page.
directionqueryRestrict to one direction.

Responses

StatusMeaning
200A page of messages, newest first
401The API key is missing, malformed, expired or revoked
403The API key lacks the sms:read scope

Every response body is described in the OpenAPI spec, which this page is generated from.