---
title: "Consent list"
method: GET
path: "/api/{version}/consent_management"
tags: ["consent_management"]
---

# Consent list

`GET /api/{version}/consent_management`

Returns all data sharing information for an end user. Use this endpoint to list an end user's current data sharing choices. Each of the end user's connected apps has a separate consent which is detailed in the response by a consent object. The consent object includes details such as the app's id, name, icon, and the sharing status of the end-user's accounts.

## Path parameters

- `version` string, required

## Response `200`

Successful response

- Consent[]
  - `id` string
  - `application_name` string
  - `application_icon_url` string, nullable
  - `created_at` string
  - `last_accessed` string
  - `accounts` object[]
    - `enabled` boolean
    - `nickname` string
    - `account_id` string
    - `account_number_display` string
  - `auto_enable_future_accounts` boolean
  - `consented_on` string
  - `revoked_at` string, nullable

---

[API](https://skmtc.net/mx/apis/consent-management-v4-api.md) · [All operations](https://skmtc.net/mx/apis/consent-management-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/consent-management-v4-api/revisions/bf6bb86ee0c8/schema)
