Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required
environmentId
string
required

Response

default - application/json
id
string
required

The identifier of ProxyRoute

primary
boolean | null
required

This route is the primary route of the environment

production_url
string | null
required

How this URL route would look on production environment

attributes
Arbitrary attributes · object
required

Arbitrary attributes attached to this resource

type
enum<string>
required

Route type

Available options:
proxy,
redirect,
upstream
tls
TLS settings · object
required

TLS settings for the route

to
string
required

The destination of the proxy

Last modified on June 16, 2026