Message Logs
This method allows you to get logs for sent SMS.
Last updated
This method allows you to get logs for sent SMS.
Last updated
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.
Parameters
Type
Description
bulkId
String
The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address
details
Array
Set of logs information
messageId
String
The ID that uniquely identifies the message sent.
to
String
The destination mobile number for your message.
from
String
Represents a sender ID which can be alphanumeric or numeric (maximum 11 characters, space is not allowed. Example: from = ANTS
text
String
Text of the message that will be sent.
credit
Decimal
SMS credit usage.
sendDate
String
Date and time when the message is to be sent. Used for scheduled SMS (not sent immediately, but at scheduled time).
doneDate
String
Tells when the SMS was finished processing by our system/network operator system (ie. delivered to destination network, delivered, etc.)etc.)
status
String
Indicates whether the message is successfully sent, not sent, delivered, not delivered, waiting for delivery or any other possible status.
code
String
Code ID of return status.
name
StringN
Name of return status.
description
String
Description of return status.