POST login/advAuth
Generate time limited token. Token expiration time is 20seconds
Request Information
Authorization
- Not required
Availability
- Method can be used
URI Parameters
None.
Body Parameters
LoginAdvAuthReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | RequestResult |
None. |
|
| UserLogin |
Registered user loginame. |
string |
Required |
| RndA |
16B length answer in string hexadecimal format |
string |
None. |
| RndB |
16B length answer in string hexadecimal format |
string |
None. |
Response Information
Response Codes
| Http Code | Error Number | Description |
|---|---|---|
| 200 request succesfully done | 0 | success |
| 400 bad request | 1002 | Entry parameter missing or parameter bindigs failed |
| 401 unauthorized | 1003 | UserLogin or ApiKey are unknown |
| 401 unauthorized | 1004 | ApiKey is invalid |
| 415 unsupported Media Type | The request entity has a media type which the server or resource does not support. Only application/json and application/xml are supported | |
| 500 internal error | Server exception description |
Resource Description
LoginResp| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
The unique token can be used to verify batch of requests. The token is valid [ExpireInSec] sec. |
string |
None. |
| ExpireInSec |
The actual token expiration time in sec. |
integer |
None. |
| ExpireDate |
The actual token expiration date (in UTC) |
date |
None. |