{ "operationId": "verifyPhoneNumber", "method": "POST", "path": "/verify", "summary": "AT&T Verify Phone Number", "requestExamples": [ { "contentType": "application/json", "name": "VerifyPhoneNumberRequestExample", "example": { "phoneNumber": "+12125551234" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "VerifyPhoneNumber200Example", "example": { "devicePhoneNumberVerified": true } } ] }