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: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z