SMS
Retrieve an SMS message
GET/v1/sms/{id}requires sms:read
Requestcurl -X GET https://api.transmit.dev/v1/sms/{id} \
-H "Authorization: Bearer tr_v2_…"Parameters
| Name | In | Notes |
|---|---|---|
id required | path | The message id. |
Responses
| Status | Meaning |
|---|---|
200 | The message and its delivery attempts |
401 | The API key is missing, malformed, expired or revoked |
403 | The API key lacks the sms:read scope |
404 | No such message |
Every response body is described in the OpenAPI spec, which this page is generated from.