Skip to main content
GET
List consents

Authorizations

Authorization
string
header
required

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

site_id
string

Filter by site UUID

Filter by client consent id

subject_id
string

Filter by subject id

accepted
boolean

Filter by accepted flag

from
string

ISO8601 lower bound (created_at)

to
string

ISO8601 upper bound (created_at)

cursor
string

Opaque pagination cursor

limit
integer

Page size (default from service, max 100)

Response

OK

Página paginada de consentimentos. Use next_cursor para buscar a próxima página.

data
object[]
limit
integer

Tamanho máximo de página retornado.

Example:

50

next_cursor
string | null

Token opaco de paginação. Passe como ?cursor=... na próxima chamada. Quando null ou ausente, você chegou ao fim.

Example:

"eyJpZCI6IjAxSEs4VlY0UDlSM1Q4TTJBMllaSjdIUTVRIn0="