Generate Refresh Token
Operation ID: generateRefreshToken
Login to get refresh token.
Request
URI
POST
https://{api_host}/api/v1/auth/login
COPY
Request Body
LoginRequest of type(s) application/json
Optional
{
"password": "secret",
"username": "admin"
}
string
username
Required
The username of the adaptor
string
password
Optional
The password of the adaptor
Responses
200
OK
Returns LoginResponse of type(s) application/json
{
"refresh_token": "refresh_token"
}
string
refresh_token
Required
The refresh token of the adaptor