get Returns proxy list.

/api/client/v1/proxies
proxy

Parameters

expired
Proxy expired or not (not expired by default)
In: query
Schema:
  • integer
    Beispiel: 0
    Enumeration: 0 1

Anforderungs-Body

Content Type:
application/json

Antworten

200

OK
Content Type:
application/json
  • Schema
  • array
    Beispiel: [{"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
      Beispiel: {"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
  • object
    ErrorResponse
    Beispiel: {"message":"string","errors":{}}
    Eigenschaften:
    • message
      string
      Erforderlich
      Error message
      Beispiel: "string"
    • errors
      object or null
      Input validation errors
      Beispiel: {}