Skip to content

List webhooks

GET
/v1/webhooks

Returns the signed-in user's registered webhook endpoints — the URL, description, and when each was created — but never the signing secret, just its prefix.

Authorizations

Bearer

JWT bearer token from POST /v1/auth/login.

Type
HTTP (bearer)
or
ApiKey

Scoped API key for non-interactive clients (issued by PBI #1426).

Type
API Key (header: X-Api-Key)

Responses

OK

application/json

When the subscription was registered.

Format"date-time"

The caller-supplied label for this subscription.

Stable identifier for this subscription.

Format"uuid"

The signing secret's non-secret prefix, safe to display for recognition.

The endpoint deliveries are pushed to.

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI