List proxies
List proxies in the resolved project.
/proxiesList proxies in the resolved project.
Authorization
bearerAuth In: header
Query Parameters
Limit the number of proxies to return.
1 <= value <= 10020Offset the number of proxies to return.
0 <= value0Case-insensitive substring match against proxy name, host, or IP address. IDs match by exact value.
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
Configuration for routing traffic through a proxy.
curl -X GET "https://example.com/proxies"[ { "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" } }]{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}getDownload profile archive
Downloads the profile in its stored format by default. Current profiles are returned as zstd-compressed tar archives, while legacy profiles remain JSON. Set `format=tar` to decompress current profiles during download; legacy profiles remain JSON.
postCreate a proxy
Create a new proxy configuration in the resolved project.