get Returns the available periods and the minimum order price of proxies, matches the input filtering criteria.

/api/client/v1/tariffs
sale

Parameters

geo_country[]
Country codes in ISO-2
In: query
Schema:
  • array<string>
    Beispiel: ["RU"]
    Items:
    • string
      Beispiel: "RU"
geo_region[]
Region names
In: query
Schema:
  • array<string>
    Beispiel: ["Tatarstan Republic"]
    Items:
    • string
      Beispiel: "Tatarstan Republic"
geo_city[]
City names
In: query
Schema:
  • array<string>
    Beispiel: ["Kazan"]
    Items:
    • string
      Beispiel: "Kazan"
geo_operator[]
Operator names
In: query
Schema:
  • array<string>
    Beispiel: ["mts"]
    Items:
    • string
      Beispiel: "mts"
type[]
Proxy types
In: query
Schema:
  • array<string>
    Beispiel: ["shared"]
    Items:
    • string
      Beispiel: "shared"
      Enumeration: private shared
protocol[]
Proxy protocols
In: query
Schema:
  • array<string>
    Beispiel: ["http"]
    Items:
    • string
      Beispiel: "http"
      Enumeration: http socks5

Anforderungs-Body

Content Type:
application/json

Antworten

200

OK
Content Type:
application/json
  • Schema
  • array
    Beispiel: [{"period":"1","price":"1.23"}]
    Items:
    • object
      Beispiel: {"period":"1","price":"1.23"}

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: {}

422

Unprocessable Entity
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: {}