Skip to main content
GET
List the organization's webhook registrations.

Response

Registered webhooks for your organization

created_at
string<date-time>
required

Creation timestamp.

enabled
boolean
required

When false, this registration receives no deliveries.

headers
any
required

Extra HTTP headers sent with each delivery.

id
string<uuid>
required

Registration identifier.

Example:

"019462a4-b1c2-7def-8901-23456789abcd"

secret_set
boolean
required

Whether a signing secret is configured for this registration.

The secret itself is never returned by any endpoint. false means deliveries fall back to Adaptyv's deployment-wide secret.

updated_at
string<date-time>
required

Last-modification timestamp.

url
string
required

HTTPS URL deliveries are POSTed to.

Example:

"https://example.com/adaptyv/webhook"