Imago API
Version: 1.3.5
Sign into Imago
Servers |
---|
https://imago.api.seequent.com/integrate/2 |
POST
/sessionSigns into Imago using a username and password and creates an active session.
Request
Example body
{
"username": "my_user_name",
"password": "my_password"
}
Responses
200
Successful response.
Response schema
uidstring
User's identifier.
apiTokenstring
Imago authorisation token.
Example response
{
"uid": "23c6727c-a5a6-484b-ac33-9812b9878f0a",
"apiToken": "b4ecb7d7-b8bb-460f-9506-134df358f471"
}
401
Not authorised to sign in with the supplied credentials.
404
Internal error occurred during the request.