AuthCodeExchangeRequest
authCodestringrequired
Authorization code sent to the redirect URI.
redirectURIurirequired
Callback URL that received the authorization code.
AuthCodeExchangeRequest
{
"authCode": "string",
"redirectURI": "string"
}
Authorization code sent to the redirect URI.
Callback URL that received the authorization code.
{
"authCode": "string",
"redirectURI": "string"
}