---
title: "Fetch the authenticated user"
method: GET
path: "/user"
tags: ["User"]
---

# Fetch the authenticated user

`GET /user`

Returns account identity and subscription state for the authenticated account. This endpoint does not consume credits.

## Response `200`

User found

- UserResponse
  - `user` ApiUser, required
    - `id` string, required — Media Caption user ID for the authenticated account.
    - `email` string, email, required — Primary account email address.
    - `hasActiveSubscription` boolean, required — Whether the account currently has an active subscription.
    - `createdAt` string, date-time, required — Account creation timestamp.

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/mediacaption/apis/media-caption-public-api.md) · [All operations](https://skmtc.net/mediacaption/apis/media-caption-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mediacaption/media-caption-public-api/versions/e8de0cf41dcd/schema)
