---
title: "Get current user"
method: GET
path: "/v2/me"
tags: ["Users"]
---

# Get current user

`GET /v2/me`

Retrieve the currently authenticated Typefully user associated with your API Key

## Response `200`

OK

- UserResponse — User details response schema
  - `id` integer, required — Unique identifier for the user
  - `name` string, required — Name of the user
  - `email` string, required — Email address of the user
  - `profile_image_url` string, nullable — URL to the user's profile image. Null if not available.
  - `signup_date` string, date-time, required — Timestamp when the user signed up (ISO 8601 format in UTC)
  - `api_key_label` string, nullable — Label of the API key used to authenticate this request. Null if no label was set.

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limited

---

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