GET **v1/auth/status**
This endpoint provide the timestamp of the relase and expire date of the token, the remaining time in seconds and the user ID.
- Content-Type: application/json
- Z-Dev-ApiKey: +zorro+
- User-Agent: zorro/1.0
- Z-Auth-Token: token
none
Request
https://web.spaggiari.eu/rest/v1/auth/status
Return shortened response
{
"status": {
"expire": "2017-10-20T13:14:23+02:00",
"release": "2017-10-20T11:44:23+02:00",
"ident": "*********",
"remains": 5238
}
}