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

Authorization

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0