cURL
curl --request GET \ --url https://api.ngrok.com/edges/tls \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "tls_edges": [ { "id": "<string>", "description": "<string>", "metadata": "<string>", "created_at": "<string>", "uri": "<string>", "hostports": [ "<string>" ], "backend": { "enabled": true, "backend": { "id": "<string>", "uri": "<string>" } }, "ip_restriction": { "enabled": true, "ip_policies": [ { "id": "<string>", "uri": "<string>" } ] }, "mutual_tls": { "enabled": true, "certificate_authorities": [ { "id": "<string>", "uri": "<string>" } ] }, "tls_termination": { "enabled": true, "terminate_at": "<string>", "min_version": "<string>" }, "traffic_policy": { "enabled": true, "value": "<string>" } } ], "uri": "<string>", "next_page_uri": "<string>" }
List all TLS edge configurations in your ngrok account with optional filtering and pagination.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns a list of all TLS Edges on this account
the list of all TLS Edges on this account
Show child attributes
URI of the TLS Edge list API resource
URI of the next page, or null if there is no next page
Was this page helpful?