---
title: "Get current user"
method: GET
path: "/uploadposts/me"
tags: ["Authentication"]
---

# Get current user

`GET /uploadposts/me`

Verify the validity of your API key and retrieve basic account information including email and subscription plan.

## Response `200`

API key is valid.

- object
  - `success` boolean
  - `message` string
  - `email` string, email
  - `plan` string

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `500` — Internal Server Error.

---

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