Update a customer hook by ID

Updates the configuration of an existing webhook.

Path parameters

hookIdstringRequired

The unique identifier of the hook to update

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
idstringRequired
namestringRequired
urlstringRequired
type"WEBHOOK"Required
resourcesenumRequired
createdAtdatetimeRequired
updatedAtdatetimeRequired

Response

Hook successfully updated

idstring
namestring
urlstring
type"WEBHOOK"
resourcesenum
createdAtdatetime
updatedAtdatetime

Errors