Skip to content

Validate API token

GET
/rest/common/auth/checkapitoken

Validates current API token and returns user information

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

Token is valid

application/json
JSON
{
"success": true,
"user": {
"id": 0,
"username": "string",
"email": "string"
},
"apitoken": "string",
"expires": "string"
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: 7d189e4d
Deployed at: 2026-02-12T11:05:32Z