Skip to content

Tunnel API proxy

POST
/v1/tunnels/{id}/edge/api/{path}

Authenticates the tunnel edge request and proxies API calls to env-enzo

id
required
string

Tunnel ID

path
required
string

Proxied API path below /v1

Proxied response from env-enzo

object
data

Bad Request

object
error
string
message
string
Example
Success
success
boolean
Example
true

Unauthorized

object
error
string
message
string
Example
Success
success
boolean
Example
true

Not Found

object
error
string
message
string
Example
Success
success
boolean
Example
true

Bad Gateway

object
error
string
message
string
Example
Success
success
boolean
Example
true