Skip to main content

Subscription

Webhook event selection and retry settings associated with an endpoint.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
idstringOptionalIdentifier of the subscription record.
namestringOptionalDisplay name of the webhook event subscription.
endpointIdstringOptionalIdentifier of the webhook endpoint receiving deliveries.
eventTypesArray of stringOptionalEvent type names selected for the webhook subscription.
filterSubscriptionFilterOptionalSelection criteria applied to the listing.
retryConfigRetryConfigOptionalRetry policy applied to the webhook subscription.
createdAtstring (date-time)OptionalTime when this record was created.
externalIdstringOptionalClient-supplied external subscription identifier. Empty when none was supplied.

Where used​

ReferenceRelationship
Create a webhook endpointPOST /api/v1/webhooks/create-endpoint
Create a webhook subscriptionPOST /api/v1/webhooks/create-subscription
List webhook subscriptionsPOST /api/v1/webhooks/list-subscriptions

Download the public reference contract.

Document: DOC-API-MODEL-subscription.