---
title: "GET /v1/me"
method: GET
path: "/v1/me"
tags: ["Analytics"]
---

# GET /v1/me

`GET /v1/me`

Returns the currently authenticated user

## Response `200`

Default Response

- object
  - `data` object
    - `id` string
    - `first_name` string
    - `last_name` string
    - `email` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — User not found

---

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