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.
The endpoint is rate-limited to 12 requests per second.
OK
Too many requests
Last updated 3 months ago
POST /api/Account/login HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 37 { "clientId": "text", "password": "text" }
text