project-webhooks

Create a project webhook

Create a webhook; returns the signing secret once.

post/projects/{project_id}/webhooks

Path parameters

project_idstring required

Request body

urlstring required

HTTPS destination URL.

eventsWebhookEvent[] required

Events that should trigger delivery.

enabledboolean

Whether the webhook is active.

Response

Successful Response

idstring required
project_idstring required
organization_idstring required
urlstring required
eventsstring[] required
enabledboolean required
consecutive_failuresinteger
disabled_reasonstring nullable
created_bystring nullable
created_atstring date-time required
updated_atstring date-time required
secretstring required

HMAC signing secret; shown only in the create response.

Changes

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