Get a list of sms sent
Retrieve a list of sms sent between two date.
Headers
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
live
, sandbox
Query Parameters
A date in UTC timezone to filters data from, inclusively. Follows the Datetime ISO. The default value is the first day of this month.
A date in UTC timezone to filters data to, inclusively. Follows the Datetime ISO. The default value is now().
The page number in the returned data. The default value is 1. Do use with 'perPage' query parameter to paginate properly.
The maximum number of results that will be return. The default value is 10. Do use with 'page' query parameter to paginate properly.
Response
unique identifier for the sms.
Identifier of the merchant that send the sms
name of the merchant that send the sms
Number of the recipient with country code (+44...) or in international format (0044 ...)
Number of Sms sent , depending on the message length (1 sms per 160 character)
Message content
Status of the sms
Datetime in UTC timezone at which the sms was created. Follows theDatetime ISO.
Datetime in UTC timezone at which the sms was sent. Follows theDatetime ISO.
Datetime in UTC timezone at which the sms was received. Follows theDatetime ISO.
Object describing the failure