MyAccount Management
//
Retrieve a Phone
OAuth 2.0 scope:
- okta.myAccount.phone.read
Retrieves the current user's phone information by ID. Along with a collection of links describing the operations that can be performed to the phone.
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/phones/sms10ltpSdwXJCem80g4 \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
{ "id": "sms10ltpSdwXJCem80g4", "status": "VERIFIED", "profile": { "phoneNumber": "+1(333)333-3333" }, "_links": { "self": { … }, "challenge": { … } } }