v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
webhooks

/webhooks

Get Webhooks

get/webhooks

Response

200

uuidstring

The unique identifier for this webhook.

urlstring required

The webhook server endpoint that was provided.

hmacstring

A secret that can be used to verify the signature of the webhook.

basicAuthstring

The basic auth credentials that will be used to POST to the webhook URL.

retryType'circuit-breaker' | 'exponential'

The retry configuration for this webhook endpoint to use. The default is circuit-breaker.

eventTypesstring[]

The set of event types this webhook is subscribed to.

statestring

The current state of the webhook. "FAILED" | "INACTIVE"

failedCountnumber

The number of consecutive failures this webhook has made.

lastMomentPushedstring

The ISO 8601 time of the last moment an event was pushed to the webhook server.

domainIdstring

The domain ID this webhook is associated with.

createdAtstring

The ISO 8601 time of when this webhook was created.

updatedAtstring

The ISO 8601 time of when this webhook was last updated.