Retrieves a list of all tunnels/sites associated with the authenticated customer.
cURL
curl --request GET \ --url https://api.altostrat.io/content/tunnel \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "ip_address": "127.0.0.1", "created_at": "07 Apr 2025 09:00:21", "policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "policy_name": "<string>", "dnr_subscription_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dns_subscription_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dns_online": true, "dnr_online": true, "dnr_policy_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dnr_policy_name": "<string>" } ]
Enter the Bearer token (obtained via authentication or provided internally).
A list of tunnels/sites.
The response is of type object[].
object[]
Was this page helpful?