v1

latestOpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
webhooks

Create Webhook

Create a new webhook for a specific project

post/api/v1/webhooks/projects/{project_id}/

Path parameters

project_idstring required

Unique identifier of the project.

Request body

namestring

Name of the webhook

urlstring required

URL endpoint for the webhook.

event_typesstring[]

List of event types to subscribe to.

is_activeboolean

Whether the webhook is active

project_idstring

Unique identifier of the project.

Response

Webhook created successfully

webhook_idstring
namestring
urlstring
event_typesstring[]
is_activeboolean
projectstring
created_atstring date-time
updated_atstring date-time