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 addresses on this account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the list of all reserved addresses on this account
Show child attributes
unique reserved address resource identifier
URI of the reserved address API resource
timestamp when the reserved address was created, RFC 3339 format
human-readable description of what this reserved address will be used for
arbitrary user-defined machine-readable data of this reserved address. Optional, max 4096 bytes.
hostname:port of the reserved address that was assigned at creation time
reserve the address in this geographic ngrok datacenter. Optional, default is us. (au, eu, ap, us, jp, in, sa)
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?