get Returns proxy list.
/api/client/v1/proxies
Parameters
expired
Proxy expired or not (not expired by default)
В:
query
Схема:
- integerПример:
0
Перечисление:0
1
Тело запроса
Тип содержимого:
application/json
Ответы
200
OK
Тип содержимого:
application/json
- Schema
- arrayПример:
[{"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:- objectProxyResourceПример:
{"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
Тип содержимого:
application/json
- Schema
- objectErrorResponseПример:
{"message":"string","errors":{}}
Свойства:message
stringОбязательныйError messageПример:"string"
errors
object or nullInput validation errorsПример:{}