---
title: "Get Current User Info"
method: GET
path: "/api/auth/me"
tags: ["Dashboard Auth", "auth"]
---

# Get Current User Info

`GET /api/auth/me`

## Response `200`

Successful Response

- UserResponse
  - `id` integer, required
  - `email` string, required
  - `name` string, nullable, required
  - `is_authenticated` boolean
  - `has_channel` boolean
  - `channel_id` integer, nullable
  - `channel_name` string, nullable
  - `channel_thumbnail` string, nullable
  - `is_admin` boolean
  - `billing_paused` boolean
  - `billing_pause_reason` string, nullable

---

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