GET
/
v1
/
user
/
tunnels
Get Tunnels List
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/tunnels \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "tunnels": [
    {
      "name": "<string>",
      "os": "<string>",
      "arch": "<string>",
      "tunnel_ip": "<string>",
      "tunnel_port": "<string>",
      "client_ip": "<string>",
      "username": "<string>",
      "token": "<string>",
      "id": "<string>",
      "last_update": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Example response

The response is of type object.