get Returns proxy list.

/api/client/v1/proxies
proxy

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:
    • object
      ProxyResource
      Пример: {"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
  • object
    ErrorResponse
    Пример: {"message":"string","errors":{}}
    Свойства:
    • message
      string
      Обязательный
      Error message
      Пример: "string"
    • errors
      object or null
      Input validation errors
      Пример: {}