Skip to content
IScan Documentation
Main Navigation
Guide
Technische Dokumentation
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
Authorization
bearerAuth
Try it out
Samples
Powered by
VitePress OpenAPI