get Returns proxy list.
/api/client/v1/proxies
Parameters
expired
Proxy expired or not (not expired by default)
In:
query
Schema:
- integerExample:
0
Enum:0
1
Request Body
Content Type:
application/json
Responses
200
OK
Content Type:
application/json
- Schema
- arrayExample:
[{"id":1,"login":"string","password":"string","protocol":"http","host":"string","port":8080,"geo_country":"RU","geo_city":"Moscow","geo_operator":"mts","private":true,"comment":"string","rotate_ip_url":"string","start_at":"2019-08-24T14:15:22Z","stop_at":"2019-08-24T14:15:22Z"}]
Items:- objectProxyResourceExample:
{"id":1,"login":"string","password":"string","protocol":"http","host":"string","port":8080,"geo_country":"RU","geo_city":"Moscow","geo_operator":"mts","private":true,"comment":"string","rotate_ip_url":"string","start_at":"2019-08-24T14:15:22Z","stop_at":"2019-08-24T14:15:22Z"}
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}