{ "operationId": "getNetworkMetrics", "method": "POST", "path": "/metrics", "summary": "AT&T Get Network Performance Metrics", "requestExamples": [ { "contentType": "application/json", "name": "GetNetworkMetricsRequestExample", "example": { "device": { "phoneNumber": "+12125551234" } } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "GetNetworkMetrics200Example", "example": { "networkGeneration": "5G", "signalStrength": "GOOD", "estimatedDownlinkThroughput": 250, "estimatedUplinkThroughput": 50, "estimatedLatency": 15, "congestionLevel": "LOW" } } ] }