Quantex GmbH
DE RU EN EL
Your region: Europe

(srv.auth) Authorization

Before starting work, the client program must make authorization on the server. After authorization, a working session for the user will be created and one emulation device will be added.

Options

Return Values

Returned error codes

Decoding Error Codes

Example

Request

{
"cmd": "srv.auth",
"login":"Alex",
"key":"ad919ab95fbfcb42f45251cb18a40e77"
}

Answer

{
"res": 0,
"sid": "17893821d5854f845d1650653d34ce0b"
}

Negative answer

{
"res": -448
}