Get proxy by ID

Retrieve a proxy in the resolved project by ID.

GET/proxies/{id}

Retrieve a proxy in the resolved project by ID.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response

application/json

Proxy retrieved

Configuration for routing traffic through a proxy.

curl -X GET "https://example.com/proxies/string"
{  "id": "string",  "name": "string",  "type": "datacenter",  "protocol": "http",  "bypass_hosts": [    "string"  ],  "status": "available",  "last_checked": "2019-08-24T14:15:22Z",  "ip_address": "string",  "config": {    "country": "string"  }}