# Receive WhatsApp messages statuses via the API

Message statuses allow you to see if your message has delivered successfully. If you are using WhatsApp via our API, you will need to make sure you are set up correctly in order to receive message statuses. You can quickly do so in the following three steps:

1. Set up a webhook that subscribes to the *message.updated* events
2. Include the *reportURL* as a parameter in your API requests
3. Status updates will be sent via a POST request to your URL

Please see our Developers documentation for more detailed information [Conversation API](https://developers.messagebird.com/api/conversations#webhooks)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/connectivity-platform/messaging/receive-whatsapp-messages-statuses-via-the-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
