List Consents
List all consents granted by or to the authenticated user.
Auth required: Yes
role (query, string) — Filter by caller's role in the consentactive_only (query, string) — Filter to active consents only (not revoked, not expired).
Defaults to `'true'` — callers must explicitly pass `false`
to include revoked and expired consents.
limit (query, integer) — Maximum number of results (default 50, max 100)cursor (query, string) — Opaque cursor for pagination. Obtained from `pagination.next_cursor` in a previous response.200: List of consents401: Authentication required or invalidRequires authentication. Pass a Bearer token (Supabase JWT) or an API key (`Authorization: Bearer vennio_sk_live_*`) in the request headers.
Base URL: https://api.vennio.app