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
- 200
- 401
- 500
List of webhook subscriptions.
Unauthorized. Either the credentials are invalid, or the token is
missing the required webhook:read scope.
An internal error occurred.