Create webhook endpoint

Authentication

AuthorizationBearer

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

Path Parameters

organizationIdstringRequired

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
urlstringRequired
Target URL to receive webhooks
secretstringRequired

Endpoint secret (client-provided). Not returned by the API.

namestringOptional<=128 characters
Display name
descriptionstringOptional<=512 characters
Description

Response

idstring
organizationIdstring
urlstring
environmentenum
Allowed values:
isActiveboolean
isDeletedboolean
createdAtdatetime
updatedAtdatetime
namestring or null
descriptionstring or null

Errors