Management APIToken management

Create Token

🔐 Login Required (User Permission)

POST
/api/token/

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Unresolved $ref: #/definitions/224188812

Response Body

curl -X POST "https://example.com/api/token/" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?