get Returns the available periods and the minimum order price of proxies, matches the input filtering criteria.
/api/client/v1/tariffs
Parameters
geo_country[]
Country codes in ISO-2
In:
query
Schema:
- array<string>Example:
["RU"]
Items:- stringExample:
"RU"
geo_region[]
Region names
In:
query
Schema:
- array<string>Example:
["Tatarstan Republic"]
Items:- stringExample:
"Tatarstan Republic"
geo_city[]
City names
In:
query
Schema:
- array<string>Example:
["Kazan"]
Items:- stringExample:
"Kazan"
geo_operator[]
Operator names
In:
query
Schema:
- array<string>Example:
["mts"]
Items:- stringExample:
"mts"
type[]
Proxy types
In:
query
Schema:
- array<string>Example:
["shared"]
Items:- stringExample:
"shared"
Enum:private
shared
protocol[]
Proxy protocols
In:
query
Schema:
- array<string>Example:
["http"]
Items:- stringExample:
"http"
Enum:http
socks5
Request Body
Content Type:
application/json
Responses
200
OK
Content Type:
application/json
- Schema
- arrayExample:
[{"period":"1","price":"1.23"}]
Items:- objectExample:
{"period":"1","price":"1.23"}
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}