Skip to main content
GET
Read a subject's consent history (admin)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

subject_id
string
required

The pseudonymous subject id to look up.

from
string<date-time>

Inclusive lower bound (ISO-8601). Unbounded if omitted.

to
string<date-time>

Inclusive upper bound (ISO-8601). Unbounded if omitted.

limit
integer
default:500
Required range: x <= 5000

Response

The subject's consent decisions.

subject_id
string
required
count
integer
required
records
object[]
required