Create a webhook
To create a new webhook, you need to make an API call with the events you want to listen for and the URL that will be called when those events occur.
post/webhook
Response
Success
Example response
{
"id": "de7818e7-610a-4057-8f6f-b785dc1e6f88",
"createdAt": 1587667174725,
"status": {
"lastFailure": {
"timestamp": 1587667174725,
"error": "Error message",
"response": "Response body",
"statusCode": 500
},
"lastTriggeredAt": 1587667174725
}
}