cURL
curl --request GET \ --url https://api.ngrok.com/agent_ingresses \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "ingresses": [ { "id": "<string>", "uri": "<string>", "description": "<string>", "metadata": "<string>", "domain": "<string>", "ns_targets": [ "<string>" ], "region_domains": [ "<string>" ], "created_at": "<string>", "certificate_management_policy": { "authority": "<string>", "private_key_type": "<string>" }, "certificate_management_status": { "renews_at": "<string>", "provisioning_job": { "error_code": "<string>", "msg": "<string>", "started_at": "<string>", "retries_at": "<string>" } } } ], "uri": "<string>", "next_page_uri": "<string>" }
List all Agent Ingresses owned by this account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of Agent Ingresses owned by this account
Show child attributes
URI of the Agent Ingress list API resource
URI of the next page, or null if there is no next page
Was this page helpful?