---
title: "Get authentication status"
method: GET
path: "/api/auth/status"
tags: ["auth"]
---

# Get authentication status

`GET /api/auth/status`

## Response `200`

Current authentication status

- AuthStatusResponse — Authentication status response.
  - `auth_required` boolean, required — Whether authentication is required for this server
  - `authenticated` boolean, required — Whether the current session is authenticated
  - `methods` string[], required — Available authentication methods (e.g., "session", "api_key")

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
