General API Usage Information

If access to account restricted in cabinet add HTTP header "passkey" with security token value to request. Token is valid for 90 minutes since creation time. It's recomended to use same token until it expire. After recreating token old one will be unacceptable. To get security tokens use following methods:

POST api/Authentication/RequestClientApiToken

Returns token to access personal data. To process request post JSON formatted object of type {"Login": "123456","Password": "api password"}.

POST api/Authentication/RequestPartnerApiToken

Returns token to access personal data. To process request post JSON formatted object of type {"Login": "123456","Password": "api password"}.

POST api/Authentication/RequestMobileCabinetApiToken

Returns token to access personal data. To process request post JSON formatted object of type {"Login": "123456","Password": "api password"}.