v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
webhooks

Get Project Webhooks

Retrieve all webhooks for a specific project

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

Path parameters

project_idstring required

Unique identifier of the project

Response

List of webhooks for the project

webhook_idstring

Unique identifier of the webhook

namestring

Name of the webhook

urlstring

URL endpoint for the webhook

event_typesstring[]

List of event types the webhook subscribes to

is_activeboolean

Whether the webhook is active

projectstring

Name of the project the webhook is associated with

created_atstring date-time

Timestamp when the webhook was created

updated_atstring date-time

Timestamp when the webhook was last updated