Skip to main content
Live as of 2026-05-28. Both polling (this endpoint) and push (outbound webhooks) are supported. For real-time updates we recommend the push pattern — see Webhook Events → Message Delivery Status.
Return the latest delivery state for a message Xobito has sent.
Most integrations should use outbound webhooks (push) instead of polling — Xobito will POST to your URL automatically as sent → delivered → read (or failed). Use this poll endpoint for one-off lookups or when push isn’t an option. See Webhook Events.

Endpoint

Required ability: messages.send.

Headers

Path parameters

string
required
Your workspace subdomain.
string
required
The WhatsApp wamid.* returned from any send endpoint.

Example request

Example response

200 OK

Response fields

Error responses

Poll on a reasonable cadence — every few seconds while actively expecting a delivery update, longer intervals when idle. Respect rate limits.