POST | Receive all message id's of the campaign

Requested by POST query, all parameters are transmitted to JSON format in the request body.

URL

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

Header parameters

Parameter Value
Content-Type application/json
Accept application/json
X-ApiKey API key

Query parameters

Parameters are sent in JSON format

Parameter Format Usage Description
bulkId string Mandatory Specifies the campaign ID received when sending.

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

Response parameters

Parameter Description
bulkId SMS campaign ID
status

Campaign status:

  1. New
  2. Waiting confirmation
  3. Verified
  4. Preparing
  5. Prepared
  6. In process
  7. Sending
  8. Suspended
  9. Sent
  10. Stopped
  11. Rejected
  12. Completed
messageIds Array with recipient numbers and identifiers of each message in the list

Example