Create webhook endpoint

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired

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
descriptionstring

Errors

400
Create Endpoint Request Bad Request Error
401
Create Endpoint Request Unauthorized Error
403
Create Endpoint Request Forbidden Error
500
Create Endpoint Request Internal Server Error