---
title: "Retrieve current browser user"
method: GET
path: "/api/v1/auth/me"
tags: ["Auth"]
---

# Retrieve current browser user

`GET /api/v1/auth/me`

Returns the authenticated browser session user and demo-mode state.

## Response `200`

Current authenticated browser user

- AuthMeResponse — Current authenticated browser user and session state.
  - `user` AuthSessionUser, required — Browser session user profile.
    - `login` string, required
    - `name` string, required
    - `email` string, required
    - `idpIssuer` string
    - `idpSubject` string
    - `avatarUrl` string, required
    - `userUrl` string, required
  - `provider` string, required
  - `demoMode` boolean, required

## Other responses

- `401` — Not authenticated

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/adbc4b711284/schema)
