Track the delivery status of your WhatsApp messages using their unique references. Supports batch status checks.
POST https://api.moolre.com/open/whatsapp/status
To test in sandbox, use https://sandbox.moolre.com/open/whatsapp/status instead.
| Parameter | Type | Required | Description |
|---|---|---|---|
ref | array | Yes | An array of unique message references to check. |
Status details for all requested references returned.
{
"status": 1,
"code": "WAS200",
"message": "success",
"data": [
{
"ref": "879883HGUGF45583499HF2089001",
"status": "read"
},
{
"ref": "879883HGUGF45583499HF2089005",
"status": "accepted"
}
]
}