---
title: "Retrieve profile"
method: GET
path: "/v3/me"
tags: ["Profile"]
---

# Retrieve profile

`GET /v3/me`

Retrieves the details of the currently authenticated user.

## Response `200`

OK

- BaseProfileDto
  - `id` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `name` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `role` string, required
  - `twoFactorEnabled` boolean, required
  - `googleSsoEnabled` boolean, required
  - `lastLoginAt` string, date-time, nullable
  - `company` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/revisions/ec1259c12475/schema)
