Skip to content

Get message status

Returns the current delivery status of a message you sent through the API. The input is the WhatsApp message id (wamid) returned by Send a message.

GET
https://api.zacx.io/v1/message/status

Authorisation

  • bearerAuthHTTPrequired

Query parameters

  • messageIdstringrequired

    The WhatsApp message id (wamid) returned when the message was sent.

Returns

200

The message was found.

JSON
  • statusstringrequired
  • dataobjectrequired
    1 properties
    • statusqueuedorsentordeliveredorreadorfailedrequired

      Delivery state of a message, in the order WhatsApp reports them.

400

One or more parameters are missing or invalid.

JSON
  • statusstringrequired
  • codestringrequired

    Stable machine-readable error code.

  • messagestringrequired

    Human-readable explanation.

404

No message matches the given id.

JSON
  • statusstringrequired
  • codestringrequired

    Stable machine-readable error code.

  • messagestringrequired

    Human-readable explanation.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close