[{"label":"Latest (v1.0)","version":"latest"}]
csp

GetAccessTokenByApiRefreshTokenRequest

Get access token by api refresh token request.


Properties

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

JSON Example

{
	"api_token": "string",
	"passcode": "string",
	"refresh_token": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To

Get Access Token By API Refresh Token

Feedback

Was this page helpful?