webhook-endpoints

Create Webhook Endpoint

post/v1/webhook-endpoints

Headers

X-API-Keystring nullable

Request body

workspace_idstring uuid required
urlstring uri required
eventsstring[]

Event types to subscribe to. Empty = all.

descriptionstring nullable
activeboolean

Response

Successful Response

idstring uuid required
workspace_idstring uuid required
urlstring required
eventsstring[] required
activeboolean required
descriptionstring nullable required
created_bystring nullable required
created_atstring date-time required
updated_atstring date-time required
secretstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.