MyAccount Management
/- Verify a Phone Challenge
API versioning
List all Phones
Create a Phone
Retrieve a Phone
Delete a Phone
Send a Phone Challenge
Verify a Phone Challenge
OAuth 2.0 scope:
- okta.myAccount.phone.manage
Verifies the phone number with the verification code that the user receives through SMS or CALL. The phone number is active upon a successful verification.
Notes:
- Sending requests to the
/idp/myaccount/phones/{id}/verifyendpoint at a rate that exceeds the rate limit rule configured by the admin returns a 429 (Too Many Requests) error.
POST
curl -i -X POST \
https://okta-subdomain.pixtulate.com/idp/myaccount/phones/sms18vtfKgzqDhNqP0g4/verify \
-H 'Accept: application/json; okta-version=1.0.0' \
-H 'Content-Type: application/json' \
-d '{
"verificationCode": "048284"
}'