WhatsApp API
Get Delivery Message Status
Check the delivery status (sent, delivered, read, failed) of a WhatsApp message via the ChatSyncs API, using the wa_message_id returned from a send call. Use when a developer asks how to confirm a message was delivered or read.
GET
Get Delivery Message Status
Checks the delivery status of a message you sent — pass the
wa_message_id you got back from
Send Text Message or a similar send endpoint.
Query Parameters
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp message ID to check, returned by a send endpoint.
Example:
"WAMID.XXXXX"
The WhatsApp bot ID the message was sent from. Where to find it.
Example:
123
Get Delivery Message Status

