This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/webhooks' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"events": [
"670775694daebf393b266ea1"
],
"url": "string",
"title": "string",
"description": "string",
"secret": "string",
"totalExecutions": 0,
"successfulExections": 0
}'
{
"id": "670775694daebf393b266ea1",
"events": [
{
"id": "string",
"name": "string"
}
],
"url": "string",
"title": "string",
"description": "string",
"status": "string",
"secret": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"successRate": 0
}