---
title: "Get token"
method: POST
path: "/token"
tags: ["token"]
---

# Get token

`POST /token`

Get token

## Request body

- TokenRequest
  - `username` string
  - `password` string
  - `presenter` boolean
  - `expire` string

## Response `200`

Get token done

- TokenResponse
  - `token` string

## Other responses

- `403` — Unauthorized!

## Changes

- **2024-02-23** `3c93db41243a` — 1 info
  - endpoint added
- **2021-10-08** `806dbbe2b7db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hivetalk/apis/hivetalk-vanilla-api/changes/token/post.md)

---

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