POST **rest/v1/students/{studentId}/documents/check/{hash}**
This endpoint checks the status of a certain documet
- Z-Dev-ApiKey
- Z-Auth-Token
- User-Agent: zorro/1.0
- Z-Auth-Token: token
- studentId (required) — your student id obtained with the login
- hash (required) — the hash code of the document
Request
https://web.spaggiari.eu/rest/v1/students/{studentId}/documents/check/{hash}
Return shortened response
{
"document":{
"available":true
}
}