v2
latestOpenAPI 3.1.12026-08-06856719.6 KBCreate a Webhook Event
This endpoint allows you to create a webhook event. The webhook event will listen to the event types that you specify and send a POST request to the URL that you specify.
post/v1/webhook-events
Headers
X-BUSINESS-API-KEYstring required
Example:b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d
Request body
Example request
{
"name": "Test Webhook Event"
}Response
201