v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
webhooks

Get webhook

Get a webhook for the specified organization.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • webhooks:list
get/orgs/{org_slug}/webhooks/{webhook_id}

Path parameters

org_slugstring required

The slug of the organization

webhook_idstring required

The ID of the webhook

Response

Webhook details

idstring required

The ID of the webhook

created_atstring required

The creation date of the webhook

updated_atstring required

The last update date of the webhook

namestring required

The name of the webhook

descriptionstring nullable required

The description of the webhook

urlstring required

The URL where webhook events will be sent

secretstring nullable required

The signing key used to sign webhook payloads

eventsstring[] required

Array of event names

headersobject nullable required

Custom headers to include in webhook requests