Skip to content
Start here

Proxy Endpoints

List proxy endpoints
GET/accounts/{account_id}/gateway/proxy_endpoints
Get a proxy endpoint
GET/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
Create a proxy endpoint
POST/accounts/{account_id}/gateway/proxy_endpoints
Update a proxy endpoint
PATCH/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
Delete a proxy endpoint
DELETE/accounts/{account_id}/gateway/proxy_endpoints/{proxy_endpoint_id}
ModelsExpand Collapse
GatewayIPs = string

Specify an IPv4 or IPv6 CIDR. Limit IPv6 to a maximum of /109 and IPv4 to a maximum of /25.

ProxyEndpoint = { ips, name, id, 4 more } or { kind, name, id, 3 more }
One of the following:
IP { ips, name, id, 4 more }
ips: array of GatewayIPs

Specify the list of CIDRs to restrict ingress connections.

name: string

Specify the name of the proxy endpoint.

id: optional string
created_at: optional string
formatdate-time
kind: optional "ip"

The proxy endpoint kind

subdomain: optional string

Specify the subdomain to use as the destination in the proxy client.

updated_at: optional string
formatdate-time
Identity { kind, name, id, 3 more }
kind: "identity"

The proxy endpoint kind

name: string

Specify the name of the proxy endpoint.

id: optional string
created_at: optional string
formatdate-time
subdomain: optional string

Specify the subdomain to use as the destination in the proxy client.

updated_at: optional string
formatdate-time
ProxyEndpointDeleteResponse = unknown