πŸ“˜ NOTE

You can subscribe to the webhook service here

Request

{{baseUrl}}/api/v1/messaging/sms/get_status
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Query Parameters

ParametersTypeDescriptionRequired
message_idstringreference ID of the messagerequired

Response Sample

{
    "entity": {
        "status": "DELIVERED"
    }
}