---
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?

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-03-14** `dbfdf2d9243f` — 1 info
  - endpoint added
- **2025-01-07** `659ddbe31a58` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/auth/post.md)

---

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