Proxies
List proxies
List proxies in the resolved project.
get/proxies
Query parameters
limitinteger
Limit the number of proxies to return.
offsetinteger
Offset the number of proxies to return.
querystring
Case-insensitive substring match against proxy name, host, or IP address. IDs match by exact value.
namestring
Exact-match filter on proxy name using the database collation. In production, matching is case- and accent-insensitive. Names are not required to be unique, so multiple proxies may match.
Response
List of proxies
Example response
[
{
"ip_address": "192.168.1.1",
"config": {
"country": "US"
}
}
]