---
title: "Get current session token"
method: GET
path: "/users/me/token"
tags: ["Users"]
---

# Get current session token

`GET /users/me/token`

Returns the JWT for the currently authenticated session. Intended for mobile WebView clients that cannot read HTTP-only cookies.

## Response `200`

Current session token.

- object
  - `token` string

## Other responses

- `401` — Not authenticated.

---

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