---
title: "Issue a new JWT authentication token"
method: POST
path: "/auth"
tags: ["Auth"]
---

# Issue a new JWT authentication token

`POST /auth`

## Response `200`

Successfully generated JWT token

- object
  - `token` string, required — JWT token signed with server's secret

## Other responses

- `401` — Authentication failed
- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

---

[API](https://skmtc.net/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.net/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
