Skip to main content
GET
/
edges
/
tls
/
{id}
/
backend
Get
curl --request GET \
  --url https://api.ngrok.com/edges/tls/{id}/backend \
  --header 'Authorization: Bearer <token>' \
  --header 'ngrok-version: <ngrok-version>'
{
  "enabled": true,
  "backend": {
    "id": "<string>",
    "uri": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

ngrok-version
integer
default:2
required

Path Parameters

id
string
required

a resource identifier

Response

200 - application/json

n/a

enabled
boolean

true if the module will be applied to traffic, false to disable. default true if unspecified

backend
object

backend to be used to back this endpoint