API Reference

Fetch Reports Manually

Pass correct REQUEST_ID for which you need to fetch delivery reports.

Sample JSON Response

{
    "success": true,
    "message": "DLR found successfully.",
    "data": [
        {
            "type": "status_update",
            "request_id": "Ee03991ro9bLN8m",
            "phone_number_id": "15557141824",
            "recipient_id": 919737304031,
            "status": "accepted",
            "timestamp": null,
            "errors": null
        }
    ]
}

Language
Click Try It! to start a request and see the response here!