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>
    Example: ["RU"]
    Items:
    • string
      Example: "RU"
geo_region[]
Region names
In: query
Schema:
  • array<string>
    Example: ["Tatarstan Republic"]
    Items:
    • string
      Example: "Tatarstan Republic"
geo_city[]
City names
In: query
Schema:
  • array<string>
    Example: ["Kazan"]
    Items:
    • string
      Example: "Kazan"
geo_operator[]
Operator names
In: query
Schema:
  • array<string>
    Example: ["mts"]
    Items:
    • string
      Example: "mts"
type[]
Proxy types
In: query
Schema:
  • array<string>
    Example: ["shared"]
    Items:
    • string
      Example: "shared"
      Enum: private shared
protocol[]
Proxy protocols
In: query
Schema:
  • array<string>
    Example: ["http"]
    Items:
    • string
      Example: "http"
      Enum: http socks5

Request Body

Content Type:
application/json

Responses

200

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

401

Unauthorized
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}

422

Unprocessable Entity
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}