v3

latestOpenAPI 3.0.1Apache 2.02026-08-065516357.9 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 required

Name of the webhook

urlstring required

URL endpoint for the webhook.

event_typesstring[] required

List of event types to subscribe to. Required: omitting this field does not fall back to a usable default.

is_activeboolean

Whether the webhook is active

project_idstring

Unique identifier of the project.

Response

Webhook created successfully

webhook_idstring
namestring
urlstring
event_typesstring[]
ownerstring

Username of the webhook's owner.

is_activeboolean
projectstring
created_atstring date-time
updated_atstring date-time