v1
latestOpenAPI 3.0.02026-07-135965404.0 KBWebhooks
Add A New Webhook
Create a new Webhook on your account. Creating a Webhook will require an endpoint URL, a path, what events should trigger a webhook, and what request version to use.
post/webhooks
Headers
ev-api-keystring required
API key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Request body
Example request
{
"endpointUrl": "https://example.com/webhook",
"resource": "/uploads-folder",
"responseVersion": "v2"
}Response
Created