{ "operationId": "GetAvailableChargeNumbersList", "method": "GET", "path": "/telephony/config/locations/{locationId}/chargeNumber/availableNumbers", "summary": "Get Available Charge Numbers for a Location with Given Criteria", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "phoneNumbers": [ { "phoneNumber": "+12056852221", "state": "ACTIVE", "isMainNumber": false, "tollFreeNumber": false, "isServiceNumber": false, "owner": { "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk", "type": "PEOPLE", "firstName": "Alex", "lastName": "test_16", "displayName": "Alex test_16" } } ] } } ] }