v1
latestOpenAPI 3.0.02026-07-244771176.5 KBSMS
List SMS
Retrieves a list of SMS messages. You can limit the number of messages returned and filter by properties listed in the parameters section.
get/v2/sms
Query parameters
Filter query parameters are added to the URL. Use as: ?limit=1&page=2&start_date=2024-01-01T00:00:00Z
Response
A list of SMS messages
Example response
{
"smses": [
{
"id": "2d2c8fb6-e514-4f5f-9706-0672b0259218",
"recipient": "61478038915",
"recipient_country": "AU",
"sender": "61481074185",
"sender_country": "AU",
"message_ref": "ncc1701d",
"message": "Report to the ready room! Opt-out reply STOP",
"status": "delivered",
"sms_count": "1",
"is_gsm": true,
"routed_via": "",
"track_links": true,
"direction": "OUT",
"created_at": "2022-03-28T06:12:52.450674000Z",
"updated_at": "2022-03-28T06:12:52.450674000Z"
}
]
}