Skip to content

Authentication

Endpoint

POST /api/v1/auth/token

Description

This page is a PoC placeholder. Production content will be migrated or translated in a later phase.

Request Parameters

Name Type Required Description
username string Yes User name
password string Yes Password

Request Example

curl -X POST https://api.example.com/api/v1/auth/token

Response Example

{
  "access_token": "example-token",
  "expires_in": 3600
}

Error Codes

Code Description
401 Unauthorized
500 Internal server error