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).
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:
Last updated