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>Beispiel:
["RU"]
Items:- stringBeispiel:
"RU"
geo_region[]
Region names
In:
query
Schema:
- array<string>Beispiel:
["Tatarstan Republic"]
Items:- stringBeispiel:
"Tatarstan Republic"
geo_city[]
City names
In:
query
Schema:
- array<string>Beispiel:
["Kazan"]
Items:- stringBeispiel:
"Kazan"
geo_operator[]
Operator names
In:
query
Schema:
- array<string>Beispiel:
["mts"]
Items:- stringBeispiel:
"mts"
type[]
Proxy types
In:
query
Schema:
- array<string>Beispiel:
["shared"]
Items:- stringBeispiel:
"shared"
Enumeration:private
shared
protocol[]
Proxy protocols
In:
query
Schema:
- array<string>Beispiel:
["http"]
Items:- stringBeispiel:
"http"
Enumeration:http
socks5
Anforderungs-Body
Content Type:
application/json
Antworten
200
OK
Content Type:
application/json
- Schema
- arrayBeispiel:
[{"period":"1","price":"1.23"}]
Items:- objectBeispiel:
{"period":"1","price":"1.23"}
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}