latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Proxies
Get proxy by ID
Retrieve a proxy in the resolved project by ID.
get/proxies/{id}
Path parameters
idstring required
Response
Proxy retrieved
Example response
{
"config": {
"country": "US"
},
"ip_address": "192.168.1.1"
}