GetAccessTokenByApiRefreshTokenRequest

GetAccessTokenByApiRefreshTokenRequest
GetAccessTokenByApiRefreshTokenRequest

Get access token by api refresh token request.

JSON Example
{
    "api_token": "string",
    "passcode": "string",
    "refresh_token": "string"
}
string
api_token
Optional

The value of the API token.

string
passcode
Optional

The multi-factor authentication passcode from the registered multi-factor authentication (MFA) device.

string
refresh_token
Optional

Deprecated, need to use api_token