v3

OpenAPI 3.1.02026-07-2759128137.8 KB
webhooks

Get Webhook Subscription

Fetch a single webhook subscription.

Requires the webhooks:read scope on the API key.

get/v1/webhooks/{subscription_id}

Path parameters

subscription_idstring uuid required

ID of the subscription.

Response

Successful Response

idstring uuid required

Unique identifier.

namestring required

Name of the subscription.

urlstring required

Delivery URL events are POSTed to.

descriptionstring nullable required

Free-form description.

event_typesOutboundWebhookEventType[] required

Event types this subscription receives.

sequence_template_idsstring[] nullable required

Sequence-template scope.

status'ACTIVE' | 'PAUSED' | 'DISABLED' required
secret_prefixstring required

Leading characters of the signing secret, safe to display.

created_atstring date-time required

When the subscription was created.

updated_atstring date-time required

When the subscription last changed.