{ "operationId": "Validate an external phone number", "method": "POST", "path": "/telephony/config/virtualExtensions/actions/validateNumbers/invoke", "summary": "Validate an external phone number", "requestExamples": [ { "contentType": "application/json", "example": { "phoneNumbers": [ "+1234567890", "+1987654321" ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "status": "" } } ] }