Create webhook endpoint
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
organizationId
Request
This endpoint expects an object.
url
Target URL to receive webhooks
secret
Endpoint secret (client-provided). Not returned by the API.
name
Display name
description
Description
Response
id
organizationId
url
environment
Allowed values:
isActive
isDeleted
createdAt
updatedAt
name
description
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