v3

latestOpenAPI 3.0.0raw.githubusercontent.com2022-07-044042.5 KB
SMS Messaging

List messages

get/messages

Query parameters

originatorstring

Display messages by the specified originator.

recipientinteger

Display messages for the specified recipient.

directionstring

Display either mt (sent) or mo (received) messages.

limitinteger

Limit the amount of messages listed.

offsetinteger

Skip first n results.

searchtermstring

Display messages including the specified searchterm in recipient and originator

typestring

Display messages of type sms, binary, or flash

contact_idstring

Display messages by contact_id. See Contacts API for more info.

statusstring

Display messages with status scheduled, sent, buffered, delivered, expired, or delivery_failed.

fromstring

Display messages starting from the specified date in RFC3339 format (Y-m-d\TH:i:sP).

untilstring

Display messages until the specified date in RFC3339 format (Y-m-d\TH:i:sP).

Response

OK

object required
All 4 operations