GET
/webhooks/:uuid

A GET request to /webhooks/:uuid returns your webhook.

Returns the webhook at the given uuid.

string

The uuid of the webhook.

Response Body Parameters

string

The unique identifier for this webhook.

string

The webhook server endpoint that was provided.

string

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

string

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

string

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

Options: "circuit-breaker","exponential"

The set of event types this webhook is subscribed to.

string

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

The number of consecutive failures this webhook has made.

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

string

The domain ID this webhook is associated with.

string

The ISO 8601 time of when this webhook was created.

string

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

Example requests