Skip to main content
PUT
Update a consumer consent record's scope, expiry, or consented fields. Identity fields are immutable.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Body

application/json

Update a consumer consent record (scope, expiry, or consented fields).

Identity fields are immutable: a consent record is an audit artifact of who consented and when. To consent with different identity data, create a new consent record instead.

network_id
string<uuid>
required
scope
string | null
expires_at
string<date-time> | null
consented_fields
string | null

Response

Successful Response

Create a consumer consent record (direct, server-to-server). Returns a consent_id used for all subsequent queries.

field_access_grants
FieldAccessGrantOutput · object[]
required
created_at
string
required
events
string
required
scope
string
required
expires_at
string | null
consented_fields
string | null