Account
Create jwt token
Creates a labelled personal API token (JWT) that is valid for one year, and registers it as a session so that it can be revoked later.
POST
/api/sys/v{version:apiVersion}/account/create_jwt_token
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_create_jwt_token | Body |
Request body example
Response
Response body example
DTO_create_jwt_token
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| label | String | Label |
Generated Aug 4, 2026 18:37