---
title: "Get authenticated user details"
method: GET
path: "/v1/me"
tags: ["Me"]
---

# Get authenticated user details

`GET /v1/me`

## Response `200`

- MeModel
  - `email` string, required
  - `fullName` string, required

## Other responses

- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/6b4d53bc1455/schema)
