Get full information for a tunnel: /rest/v1/:userId/tunnels/:tunnelId (GET)
string $tunnelId:
array
public function getTunnel($tunnelId) { return $this->execute('GET', $this->userId . '/tunnels/' . $tunnelId); }