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.
For more information see the Webhook Model.
Path parameters
webhookId
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.