---
title: "POST /v1/users/@me/token"
method: POST
path: "/v1/users/@me/token"
---

# POST /v1/users/@me/token

`POST /v1/users/@me/token`

Get a user token. This is comparable to a login

## Request body

- object — POST /v1/users/@me/token request body
  - `password` string, required
  - `email` string, required

## Response `200`

POST /v1/users/@me/token Successful response

- object
  - `status` 'success', required
  - `data` object, required
    - `token` string, required

## Other responses

- `400` — POST /v1/users/@me/token Error response

---

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