post https://accounts.probit.com/token
You can use this access_token in HTTP/WebSocket API which requires authorization.
To use HTTP API which requires authorization, include Authorization: bearer <token>
header in request.
WebSocket API connection can be authorized with message {"type":"authorization","token":"<token>"}
.
You can find out examples in Authorization and WebSocket authorization.
expires_in
unit is seconds.