List consents
Query params: site_id, consent_id, subject_id, accepted, from, to, cursor, limit. Authenticate with API key only in this reference. Each request consumes one unit of monthly quota when successful.
Authorizations
Autenticação por API Key no formato Authorization: Bearer sk-...
(sempre inclua o prefixo Bearer).
Gere sua chave em /dashboard/api-keys após criar a conta e
verificar o e-mail. A chave é exibida uma única vez no momento
da criação — armazene em variável de ambiente no seu backend.
Nunca exponha em código client-side.
Query Parameters
Filter by site UUID
Filter by client consent id
Filter by subject id
Filter by accepted flag
ISO8601 lower bound (created_at)
ISO8601 upper bound (created_at)
Opaque pagination cursor
Page size (default from service, max 100)
Response
OK
Página paginada de consentimentos. Use next_cursor para buscar a próxima página.
