cURL
curl --request GET \ --url https://api.ngrok.com/edges/https/{edge_id}/routes/{id}/backend \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
{ "enabled": true, "backend": { "id": "<string>", "uri": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
unique identifier of this edge
unique identifier of this edge route
n/a
true if the module will be applied to traffic, false to disable. default true if unspecified
true
false
backend to be used to back this endpoint
Show child attributes
Was this page helpful?