Webhooks

Get webhook info

get/api/webhooks/{id}/

Path parameters

idinteger required

Response

actionsActionsEnum[]
consecutive_failuresinteger required
created_atstring date-time required

Creation time

{"stackTrail":"components:schemas:Webhook:properties:headers","oasType":"schema","type":"unknown","title":"Request extra headers of webhook","description":"Key Value Json of headers"}
idinteger required
is_activeboolean

If value is False the webhook is disabled

organizationinteger required
projectinteger nullable
send_for_all_actionsboolean

If value is False - used only for actions from WebhookAction

send_payloadboolean

If value is False send only action

updated_atstring date-time required

Last update time

urlstring uri required

URL of webhook

Changes

Changed in 1 of the 97 revisions of this API.1

    • added the required property consecutive_failures to the response with the 200 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.