Send business read status notification

Send Business Read status notification

post
Authorizations
Body

Send Business Read Status notification request

Responses
202

Success

application/json
post
/v1/notification
POST /v1/notification HTTP/1.1
Host: platform.clickatell.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 174

{
  "event": {
    "messageStatusUpdate": [
      {
        "channel": "whatsapp",
        "statusCode": 1001,
        "messageId": "3a89680503414383af44dcd0e4e5f184",
        "clientEventId": "2993b6b548000a80989a20549e7558a5"
      }
    ]
  }
}
{
  "event": {
    "messageStatusUpdate": [
      {
        "apiEventId": "77fb29998253415fa5d66971d519d362",
        "accepted": true,
        "messageId": "3a89680503414383af44dcd0e4e5f184",
        "clientEventId": "2993b6b548000a80989a20549e7558a5",
        "error": null
      }
    ]
  },
  "error": null
}

Last updated