{ "operationId": "retrieve", "method": "POST", "path": "/telephony/calls/retrieve", "summary": "Retrieve", "requestExamples": [ { "contentType": "application/json", "example": { "destination": "1000", "endpointId": "Y2lzY29z...", "singleNumberReachPhoneNumber": "+12223334444", "lineOwnerId": "Y2lzY29z..." } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "callId": "Y2lzY29zcGFyazovL3VzL0NBTEwvQkNMRC9jYWxsaGFsZi00ODg6MA", "callSessionId": "MmFmNThiZjktYWE3Ny00NWE5LThiMDEtYzI4NDMxZWYwNzRm" } } ] }