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.

Headers

Impilo-API-KeystringRequired

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

Created

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.