πŸ“˜ NOTE

You can subscribe to the webhook service here

Request

{{baseUrl}}/api/v1/messaging/sms/get_status

Query Parameters

ParametersTypeDescription
message_idstringreference ID of the message

Response Sample

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