v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Webhooks

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

endpointUrlstring uri required

The endpoint is where the webhook request will be sent.

resourcestring

Resource identifier for the top folder this webhook is associated with

responseVersion'v1' | 'v2'

What version of webhook request should be sent to the endpoint URL when messages are sent

Example request

{
  "endpointUrl": "https://example.com/webhook",
  "resource": "/uploads-folder",
  "responseVersion": "v2"
}

Response

Created

responseStatusinteger

Http status code of the response.