Skip to main content
POST
Get message status

Authorizations

X-API-Key
string
header
required

Preferred. API key value directly.

Query Parameters

wamid
string

WhatsApp message id, e.g. wamid.HBgM...AA==

Example:

"wamid.HBgM...AA=="

Body

application/json
wamid
string
required

WhatsApp message id, e.g. wamid.HBgM...AA==

Example:

"wamid.HBgM...AA=="

Response

Success. Envelope: { success:true, data, message? }.

success
boolean
required
Example:

true

data
any
message
string
pagination
object
total
number
Last modified on September 20, 2026