ReservedDomains

List

List all reserved domains on this account.

get/reserved_domains

Query parameters

before_idstring

Expects a resource ID as its input. Returns earlier entries in the result set, sorted by ID.

limitstring

Constrains the number of results in the dataset. See the API Overview for details.

filterstring

A CEL expression to filter the list results. Supports logical and comparison operators to match on fields such as id, metadata, created_at, and more. See ngrok API Filtering for syntax and field details: https://ngrok.com/docs/api/api-filtering. Filterable fields: id, description, metadata, domain, created_at

Headers

ngrok-versioninteger required

Response

List all reserved domains on this account.

uristring

URI of the reserved domain list API resource

next_page_uristring

URI of the next page, or null if there is no next page

Changes

Changed in 2 of the 9 revisions of this API.2

    • added the optional property reserved_domains/items/resolves_to to the response with the 200 status

      response-optional-property-added

    • added the new optional query request parameter filter

      new-optional-request-parameter