MyAccount Management
//
Verify an Email OTP
OAuth 2.0 scope:
- okta.myAccount.email.manage
Verifies the email challenge with the code that the user receives from the "Confirm email address change" email. Once verified, the email is active.
POST
curl -i -X POST \
https://subdomain.okta.com/idp/myaccount/emails/00T196qTp3LIMZQ0L0g3/challenge/x1MDGzUb/verify \
-H 'Accept: application/json; okta-version=1.0.0' \
-H 'Content-Type: application/json' \
-d '{
"verificationCode": "456058"
}'