v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-23241216351.5 KB
EdgesHTTPSRoutes

Get

Get an HTTPS Edge Route by ID

get/edges/https/{edge_id}/routes/{id}

Path parameters

edge_idstring required

unique identifier of this edge

idstring required

unique identifier of this edge route

Headers

ngrok-versioninteger required

Response

Get an HTTPS Edge Route by ID

edge_idstring

unique identifier of this edge

idstring

unique identifier of this edge route

created_atstring

timestamp when the edge configuration was created, RFC 3339 format

match_typestring

Type of match to use for this route. Valid values are "exact_path" and "path_prefix".

matchstring

Route selector: "/blog" or "example.com" or "example.com/blog"

uristring

URI of the edge API resource

descriptionstring

human-readable description of what this edge will be used for; optional, max 255 bytes.

metadatastring

arbitrary user-defined machine-readable data of this edge. Optional, max 4096 bytes.