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

NameInNotes
id requiredpathThe message id.

Responses

StatusMeaning
200The message and its delivery attempts
401The API key is missing, malformed, expired or revoked
403The API key lacks the sms:read scope
404No such message

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