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>" }
Retrieve a list of SMS messages sent by your organization
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
List of SMS messages retrieved successfully
Show child attributes
Whether there are more results
Cursor for next page