get Returns proxy list.
/api/client/v1/proxies
Parameters
expired
Proxy expired or not (not expired by default)
In:
query
Schema:
- integerBeispiel:
0
Enumeration:0
1
Anforderungs-Body
Content Type:
application/json
Antworten
200
OK
Content Type:
application/json
- Schema
- arrayBeispiel:
[{"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:- objectProxyResourceBeispiel:
{"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
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}