Patch Webhook

This endpoint updates the specified Webhook with a new URL provided in the request body.

Note: The provided URL must be different than the existing URL of the webhook or a 400 response will be returned.

Authentication

Impilo-API-Keystring
API Key authentication via header

Path parameters

webhookIdlongRequired

Request

This endpoint expects an object.
typestringRequired
The event type for the webhook.
urlstringRequired
The URL where events for this webhook will be sent.

Response

OK
typestring
The event type for the webhook.
urlstring
The URL where events for this webhook will be sent.
idlong or null
Unique identifier for the webhook managed by Impilo.