cURL
curl --request GET \ --url https://api.ngrok.com/backends/tunnel_group \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "backends": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "labels": {}, "tunnels": [ { "id": "<string>", "uri": "<string>" } ] } ], "uri": "<string>", "next_page_uri": "<string>" }
List all TunnelGroup backends on this account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of all TunnelGroup backends on this account
Show child attributes
unique identifier for this TunnelGroup backend
URI of the TunnelGroupBackend API resource
timestamp when the backend was created, RFC 3339 format
human-readable description of this backend. Optional
arbitrary user-defined machine-readable data of this backend. Optional
labels to watch for tunnels on, e.g. app->foo, dc->bar
tunnels matching this backend
a resource identifier
a uri for locating a resource
URI of the TunnelGroup backends list API resource
URI of the next page, or null if there is no next page
Was this page helpful?