Skip to main content
GET
List an identity's consent history

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

identity_kind
enum<string>
required

Identity namespace of identity_value.

Available options:
anonymous_id,
user_id,
contact_id
identity_value
string
required

The identity whose consent history to return.

limit
integer
default:50

Maximum ledger rows to return, newest first.

Required range: 1 <= x <= 200

Response

200 - application/json

The identity's consent ledger, newest decision first.

data
object
required
meta
object
required