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>"
}
]
}
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>"
}
]
}
Example response
The response is of type object
.
Was this page helpful?