Webhooks
Export all webhook events
This endpoint will submit a request to get the history of webhooks in the CSV file. The link to download the CSV file will be sent to the webhook that was provided in the notifyURL.
post/webhooks/export
Request body
Example request
{
"days": 7,
"startDate": "2023-02-13T00:00:00.000+0000",
"endDate": "2023-02-17T00:00:00.000+0000",
"sort": "desc",
"type": "transactional",
"event": "request",
"notifyURL": "https://brevo.com",
"webhookId": 2345,
"email": "example@brevo.com"
}Response
Request accepted
Example response
{
"processId": 78
}