---
title: "Create Login"
method: POST
path: "/api/v2/auth/token"
tags: ["Login"]
---

# Create Login

`POST /api/v2/auth/token`

Create Login

## Request body

- string[]

## Response `201`

Success

- Token
  - `token` string, required
  - `expires` integer, required

## Other responses

- `400` — Invalid request
- `401` — Authentication failed

---

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