Blackkonnect SMS
  1. Mobile SMS Messaging
Blackkonnect SMS
  • Blackkonnnect SMS API
  • Mobile SMS Messaging
    • Send a simple SMS message
      POST
    • Send bulk SMS messages
      POST
    • Get message status
      GET
    • Get message status
      GET
    • handleDeliveryReceipt
      GET
  • Access Token
    • Retrieve access token
      POST
  1. Mobile SMS Messaging

Get message status

Testing Env
https://test.your-api-server.com
Testing Env
https://test.your-api-server.com
GET
/api/sms/messages/status/bulk/{bulkCorrelationId}/v1
Return the status of a message.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test.your-api-server.com/api/sms/messages/status/bulk//v1'
Response Response Example
200 - Example 1
{
    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
    "messageId": "string",
    "bulkReferenceId": "string",
    "partReferenceId": "string",
    "destination": "string",
    "deliveryStatus": "QUEUED",
    "deliveryTimestamp": "2019-08-24T14:15:22Z"
}

Request

Path Params

Query Params

Responses

🟢200OK
application/json
Message status returned successfully
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Modified at 2025-05-16 13:32:30
Previous
Get message status
Next
handleDeliveryReceipt
Built with