{ "operationId": "checkSimSwap", "method": "POST", "path": "/check", "summary": "AT&T Check SIM Swap", "requestExamples": [ { "contentType": "application/json", "name": "CheckSimSwapRequestExample", "example": { "phoneNumber": "+12125551234", "maxAge": 240 } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "CheckSimSwap200Example", "example": { "swapped": false } } ] }