Skip to main content

Endpoint

Provider record describing a webhook delivery destination and its delivery settings.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
idstringOptionalIdentifier of the endpoint record.
namestringOptionalDisplay name of the webhook delivery destination.
urlstringOptionalURL associated with the resource or outbound request.
descriptionstringOptionalHuman-readable description of the resource.
statusstring (ENDPOINT_STATUS_ACTIVE, ENDPOINT_STATUS_INACTIVE, ENDPOINT_STATUS_PAUSED, ENDPOINT_STATUS_PENDING) or integer (int32)OptionalCurrent state of the webhook endpoint.
secretstringOptionalSecret associated with the webhook endpoint or deployed trigger.
httpTimeoutinteger (int32)OptionalTimeout for an individual webhook HTTP delivery, in seconds. Minimum: -2147483648. Maximum: 2147483647.
rateLimitinteger (int32)OptionalMaximum delivery rate configured for the webhook endpoint. Minimum: -2147483648. Maximum: 2147483647.
rateLimitDurationstringOptionalDelivery-rate window returned as a seconds-suffixed duration string (for example, 60s).
createdAtstring (date-time)OptionalTime when this record was created.
updatedAtstring (date-time)OptionalTime when this record was last updated.

Values of status​

Lifecycle condition reported for a webhook delivery endpoint.

ValueNo.FormMeaning
ENDPOINT_STATUS_ACTIVE1CanonicalThe endpoint is marked active for webhook delivery.
ENDPOINT_STATUS_INACTIVE2CanonicalThe endpoint is marked inactive by the delivery backend.
ENDPOINT_STATUS_PAUSED3CanonicalDelivery to the endpoint is paused.
ENDPOINT_STATUS_PENDING4CanonicalThe endpoint is pending activation in the delivery backend.

Where used​

ReferenceRelationship
Create a webhook endpointPOST /api/v1/webhooks/create-endpoint
List webhook endpointsPOST /api/v1/webhooks/list-endpoints
Update a webhook endpointPOST /api/v1/webhooks/update-endpoint

Download the public reference contract.

Document: DOC-API-MODEL-endpoint.