cURL
curl --request GET \ --url https://api.ngrok.com/reserved_addrs \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "reserved_addrs": [ { "id": "<string>", "uri": "<string>", "created_at": "<string>", "description": "<string>", "metadata": "<string>", "addr": "<string>", "region": "<string>" } ], "uri": "<string>", "next_page_uri": "<string>" }
List all reserved static IP addresses in your ngrok account with optional filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List all reserved addresses on this account.
the list of all reserved addresses on this account
Show child attributes
URI of the reserved address list API resource
URI of the next page, or null if there is no next page
Was this page helpful?