Create a new hook for a specific customer

Creates a new webhook configuration for receiving customer-related events.

Headers

AuthorizationstringRequired

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

Request

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

Response

Hook successfully created

idstring
namestring
urlstring
type"WEBHOOK"
resourcesenum
createdAtdatetime
updatedAtdatetime

Errors