Skip to main content

Imago API for Developers

Version: 1.3.1

Check if still signed in

Servers
https://imago.api.seequent.com/integrate/2
GET
/session

Checks if a user is still signed into imago and has an active session.

Request

Responses

200

Successful response.

User's identifier.

{
"uid": "23c6727c-a5a6-484b-ac33-9812b9878f0a"
}

401

Not authorised to sign in with the supplied credentials.

404

Internal error occurred during the request.