Message Logs
This method allows you to get logs for sent SMS.
Last updated
Was this helpful?
This method allows you to get logs for sent SMS.
Last updated
Was this helpful?
This Logs API will show the details of destination, messages sent, status, and reason. Records can be shown up to 30,000 latest transactions within 48 hours.
You can start creating HTTP request as this following:
Header
Description
HTTP Request (URL)
HTTP Headers
Content-Type: application/json
Authorization: (Basic Auth) Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
HTTP Methods
GET
Parameters
Type
Description
bulkId
String
The ID which uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.
messageId
String
The ID that uniquely identifies the message sent.
mobile
String
The destination mobile number for your message
sendDateStart
String
Lower limit on date and time of sending SMS.
sendDateEnd
String
Upper limit on date and time of sending SMS.
Sample Request (method : Get)