Response Token Check
If the token is found in the database, it is displayed whether it is valid, the total validity period, how long it is still valid, and when the validity is expected to expire.
Example Responses
Valid Token
{
"active" : true,
"description" : "Applikation Beispiel",
"exp" : 1766586304,
"expires_in" : 12591207,
"expires_on" : "2025-12-24T14:25:04Z",
"name" : "HIN"
}
Invalid Token
{
"active" : false
}