---
title: "Check Auth Status"
method: GET
path: "/api/v1/auth/me"
tags: ["Auth"]
---

# Check Auth Status

`GET /api/v1/auth/me`

## Response `200`

Authenticated

- object — Authenticated
  - `success` boolean, required
  - `data` object, required
    - `id` integer
    - `username` string
    - `displayName` string, nullable
    - `role` object
      - `id` integer
      - `name` string
      - `isSystem` boolean
    - `permissions` string[]

## Other responses

- `401` — Not authenticated

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
