Imago API for Developers
Version: 1.3.1
Check if still signed in
Servers |
---|
https://imago.api.seequent.com/integrate/2 |
GET
/sessionChecks if a user is still signed into imago and has an active session.
Request
Responses
200
Successful response.
Response schema
uidstring
User's identifier.
Example response
{
"uid": "23c6727c-a5a6-484b-ac33-9812b9878f0a"
}
401
Not authorised to sign in with the supplied credentials.
404
Internal error occurred during the request.