GET
/proxiesList proxies in the resolved project.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Limit the number of proxies to return.
Range
1 <= value <= 100Default
20offset?integer
Offset the number of proxies to return.
Range
0 <= valueDefault
0query?string
Case-insensitive substring match against proxy name, host, or IP address. IDs match by exact value.
name?string
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 Body
application/json
application/json
application/json
application/json
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" }}