MyAccount Management
//
List all Phones
OAuth 2.0 scope:
- okta.myAccount.phone.read
Lists the current user's phone information for all phones. Includes a collection of links for each phone describing the acceptable operations.
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/phones \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
[ { "id": "sms10ltpSdwXJCem80g4", "status": "VERIFIED", "profile": { … }, "_links": { … } }, { "id": "sms18vrvVDDmi4Qlz0g4", "status": "UNVERIFIED", "profile": { … }, "_links": { … } } ]