SMS
List SMS messages
GET/v1/smsrequires sms:read
Requestcurl -X GET https://api.transmit.dev/v1/sms \
-H "Authorization: Bearer tr_v2_…"Parameters
| Name | In | Notes |
|---|---|---|
limit | query | Rows per page, 1–100. Defaults to 20. |
cursor | query | The next_cursor from the previous page. |
direction | query | Restrict to one direction. |
Responses
| Status | Meaning |
|---|---|
200 | A page of messages, newest first |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the sms:read scope |
Every response body is described in the OpenAPI spec, which this page is generated from.