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

# Me

`GET /api/auth/me`

Get the currently authenticated user's profile.

Returns ``user: null`` when no session is present (HTTP 200) so public
marketing pages can probe session state without console 401 noise.
Invalid or machine credentials still return 401/403.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/32211b6f9d65/schema)
