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

# Get current user information

`GET /v2/users/me`

Fetches the current user's information, including subscription status and API key if available.

## Response `200`

Current user information

- object — Current user information
  - `id` string, required
  - `subscriptionStatus` string, nullable, required
  - `apiKey` string, nullable, required
  - `subscriptionPlan` 'starter' | 'creator' | 'agency', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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