Skip to main content

Sign into Imago

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

Signs into Imago using a username and password and creates an active session.

Request

Body parameters
Required

User's account name.

User's password.

{
"username": "my_user_name",
"password": "my_password"
}

Responses

200

Successful response.

User's identifier.

Imago authorisation token.

{
"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.