Skip to main content

Retrieve a list of consents

GET 

/consents

The consents endpoint allows the client (e.g., a third party provider) to query the consents for a given user. The provider (e.g., a financial institution) must return the consents linked with the access token supplied with the request.

Request

Responses

List of consents

Response Headers
    X-Correlation-ID

    Client defined ID from request to correlate HTTP requests between a client and a server

    X-Next-Cursor

    An opaque string value used for pagination. Include this value in the cursor parameter of the subsequent request to fetch the next page of results. An empty string indicates that there are no more results.