Confirms user consent for OAuth2 authorization after successful credential validation. Generates an authorization code that can be exchanged for access tokens, completing the authorization code flow for third-party applications.
Use Case: Finalize user authorization after verifying credentials and MFA to grant third-party applications secure access to user resources.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Authorization session ID from previous step (/v1/oauth2/authorize or /v1/oauth2/authorize/mfa)
"auth_confirm_456def"