---
title: "Me"
method: GET
path: "/admin/api/v1/auth/me"
tags: ["Auth & SSO"]
---

# Me

`GET /admin/api/v1/auth/me`

Return the current auth state.

## Response `200`

Successful Response

- StandaloneAuthMe — Response of ``GET /admin/api/v1/auth/me``. ``authenticated`` is always true in ``auth_mode=none`` so the bundled UI can render without a login wall. In password mode it reflects the cookie/session check.
  - `authenticated` boolean, required
  - `authMode` string, required

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
