Skip to main content
POST
Subscribe (create) a webhook

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Body

hookUrl
string | null
targetUrl
string | null
webhookEvent
string | null
webhookName
string | null
webhookSecret
string | null

Response

Created