Create Webhook

POST

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.

Request

This endpoint expects an object.
typestringRequired

The event type for the webhook.

urlstringRequired

The URL where events for this webhook will be sent.

idlongOptional

Unique identifier for the webhook managed by Impilo.

Response

This endpoint returns an object.
typestring

The event type for the webhook.

urlstring

The URL where events for this webhook will be sent.

idlongOptional

Unique identifier for the webhook managed by Impilo.