Skip to main content

Return persisted consents of a setup

GET 

/v2/modules/:module/setups/:setupId/consents

Returns a paginated list of persisted consents for all clients within the specified setup. Results can be filtered by client entity ID and/or user identity. The response supports pagination via the page and per_page query parameters, and the total count is included in the X-Total-Count response header.

Request

Path Parameters

    module stringrequired
    setupId stringrequired

Query Parameters

    client-entity-id string
    user string
    page int32
    size int32

Responses

A paginated list of persisted consents matching the given criteria

Schema
    scopes string[]
    user stringrequired
    issue_date date-timerequired
    expiration date-timerequired
    client_id stringrequired
    entity_id stringrequired
Loading...