Skip to main content
GET
List Own Access Records

Authorizations

Authorization
string
header
required

JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.

Query Parameters

Filter by legal basis. The legal basis under which the Controller accesses customer data.

Consent basesnotice and access-event.consent must be populated.

Non-consent basesnotice and access-event.consent must be null.

Available options:
uk-consent,
uk-explicit-consent,
uk-legitimate-interests,
uk-public-task,
uk-legal-obligation,
uk-contract
Example:

"uk-consent"

limit
integer
default:200

Maximum number of records to return.

Required range: x <= 500

Response

List of own access records.

response
object
required
records
object[]
required
total
integer
required
Last modified on March 25, 2026