Skip to main content

List webhook subscriptions

GET 

/webhook.list

List all webhook subscriptions owned by the authenticated API client.

The response includes both dynamic subscriptions (created via /webhook.subscribe) and static subscriptions configured in the Roam Administration UI.

Each object may include lastSuccessAt, failStreakStartedAt, and disabledAt (omitted when null). disabledAt means the destination is paused. See Subscription health.

Required scope: webhook:read


OpenAPI Spec: webhooks-v1.json

Responses

List of webhook subscriptions.