Skip to content
iScan Dokumentation
Search
K
Main Navigation
Guide
Technische Dokumentation
Changelog
Appearance
Menu
Return to top
Validate API token
GET
/rest/common/auth/checkapitoken
Validates current API token and returns user information
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
404
Token is valid
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"user"
:
{
"id"
:
0
,
"username"
:
"string"
,
"email"
:
"string"
}
,
"apitoken"
:
"string"
,
"expires"
:
"string"
}
GET
/rest/common/auth/checkapitoken
Playground
Server
Select a server...
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI
Version: dev-feature/docs_docker_image
Version: dev-feature/docs_docker_image
Commit: 676e4afe
Deployed at: 2026-01-09T12:13:36Z