Skip to main content
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.
Where to find whatsapp_bot_id: open Chatbot Manager → Automation → Keyword Replies — it’s shown in the same Unique ID column as bot_flow_unique_id. See Finding Your IDs & API Token for a screenshot.

Query Parameters

apiToken
string
required

Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.

Example:

"API-KEY"

wa_message_id
string
required

The WhatsApp message ID to check, returned by a send endpoint.

Example:

"WAMID.XXXXX"

whatsapp_bot_id
number
required

The WhatsApp bot ID the message was sent from. Where to find it.

Example:

123

Response

200 - application/json

Standard ChatSyncs response. status is "1" on success and "0" on failure.

status
string

"1" = success, "0" = failure.

message
string

Human-readable result message.