---
title: "Get User Consents"
method: GET
path: "/users/consents"
tags: ["users", "users"]
---

# Get User Consents

`GET /users/consents`

Get all consent records for the current user

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- UserConsentResponse[]
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `consent_type` string, required
  - `consent_given` boolean, required
  - `consent_version` string, required
  - `consent_timestamp` string, date-time, required
  - `ip_address` string, nullable
  - `metadata` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
