---
title: "Authenticate client"
method: POST
path: "/api/auth"
---

# Authenticate client

`POST /api/auth`

Creates a new client session and returns a JWT token for authentication

## Request body

- object
  - `id` string, required — Client identifier

## Response `200`

Authentication successful

- object
  - `token` string — JWT bearer token

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.net/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/versions/c9a79ab26d8c/schema)
