> For the complete documentation index, see [llms.txt](https://docs.emaillabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emaillabs.io/en/account/settings/webhooks/data-transmission.md).

# Data Transmission

Data is transmitted to the specified endpoint via a POST request, containing an array of events. Each event is represented as an object, and its structure varies depending on the type of event (detailed descriptions of the structure can be found in our [API documentation](https://vercom.gitbook.io/emaillabs-api-docs)).

Your endpoint should:

* Verify authorization according to the settings in the panel,
* Store the received object (JSON payload),
* Respond with `HTTP status 200 OK`.

For complete documentation, including request examples, please refer to the EmailLabs API documentation:

{% embed url="<https://vercom.gitbook.io/emaillabs-api-docs>" %}
