Create Webhook
This endpoint creates a V3 webhook subscription of the type provided in the type attribute of the Webhook object.
Note: This endpoint will create a V3 webhook — you cannot view V3 webhooks from the V1 or V2 endpoints.
For more information see the Webhook Model.
Headers
Impilo-API-Key
Request
This endpoint expects an object.
type
The event type for the webhook.
url
The URL where events for this webhook will be sent.
id
Unique identifier for the webhook managed by Impilo.
Response
This endpoint returns an object.
type
The event type for the webhook.
url
The URL where events for this webhook will be sent.
id
Unique identifier for the webhook managed by Impilo.