GET | Receive delivery report

Requested by a GET query, all parameters are passed to the query string.

URL

https://api.quantumtec.eu/v1/sms/report

Available parameters

Parameter Format Usage Description
X-ApiKey string Mandatory API key
messageId string Optional Message ID. In the absence, all available delivery reports will be sent.
Limit integer Optional Limits the number of delivery reports to be sent. In the absence of this parameter, the default value of 50 is used. Maximum value is 500

In response, a data set in JSON format will be sent.

Response parameters

Parameter Description
messageID Message ID
partId ID of the message part if the message is multipart
state

Message delivery status:

  1. Delivered
  2. Expired
  3. Deleted
  4. Undelivered
  5. Accepted
  6. Unknown
  7. Rejected
delivered The time of receipt of the report delivery message in UTC.
errorCode Error code (Not supported by all mobile operators).

Example