Skip to main content
GET
/
v1
/
sms
cURL
curl --request GET \
  --url https://api.transmit.dev/v1/sms \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "from": "<string>",
      "to": "<string>",
      "body": "<string>",
      "status": "<string>",
      "segments_count": 123,
      "credits_consumed": 123,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true,
  "next_cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key with 'tx_' prefix. Get your API key from the dashboard.

Response

List of SMS messages retrieved successfully

data
object[]
required
has_more
boolean
required

Whether there are more results

next_cursor
string

Cursor for next page