Authentication
User login with username and password
Get access token via username and password authentication. The client must present Bearer token to access the protected API endpoints.The Bearer token should be present in the "Authorization" request header field and use the "Bearer" HTTP authentication scheme to transmit the access token.
post/login
Request body
Example request
{
"rate_limit": {
"hour": 7500,
"second": 100
}
}Response
Successful operation