v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
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

usernamestring required

The login username

passwordstring required

The login password

Example request

{
  "rate_limit": {
    "hour": 7500,
    "second": 100
  }
}

Response

Successful operation

access_tokenstring required

The access token with JWT format issued by ExtremeCloud IQ

token_typestring required

The type of token, only supports "Bearer" currently

expires_ininteger required

The lifetime in seconds of the access token