---
title: "Get the authenticated user's profile"
method: GET
path: "/v1/me"
tags: ["User"]
---

# Get the authenticated user's profile

`GET /v1/me`

## Response `200`

User profile

- object
  - `success` boolean
  - `data` object
    - `id` integer
    - `email` string
    - `first_name` string
    - `last_name` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/snitcher/apis/snitcher-api.md) · [All operations](https://skmtc.dev/snitcher/apis/snitcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snitcher/snitcher-api/revisions/cb6fa68e7c8e/schema)
