Skip to main content

Consents API (v2)

Download OpenAPI specification:Download

consents

Get paginated consents

Authorizations:
bearer
query Parameters
consentId
string or null

The consent identifier (Guid).

userId
string or null

The user identifier (Guid).

externalUserId
string or null

The external user identifier.

fromDate
string or null

The start date to filter the results (e.g. 2025-10-01).

page
string or null

The page number of the results to fetch (defaults to 1, e.g. 3, 10).

pageSize
string or null

The number of results per page (defaults to 50, max. 100).

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "_pagination": {
    }
}