Account API

Authorization endpoints

Account API is used to authorize in the system.

It outputs access token, which can be used to access all other endpoints and feeds.

Access token can and should be reused for up to 24 hours.

Log in to the system.

post
Body
all ofOptional
Responses
200

OK

Responsestring
post
/api/Account/login
POST /api/Account/login HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "clientId": "text",
  "password": "text"
}
text

Last updated