Schemas

CreateOrUpdateProxyCommentRequest

  • object
    Properties:
    • comment
      string
      Required
      Comment
      Maximum number of items: 255

OrderProxyRequest

  • object
    Properties:
    • filters
      object
      Proxy order filters
    • period
      integer
      Required
      Order days
      Example: 1
    • price
      string
      Required
      Order price
      Example: 1.23

ProxyResource

  • object
    Properties:
    • id
      integer:int64
      Order id
      Example: 1
    • login
      string or null
      Login to connect
      Maximum number of items: 255
    • password
      string or null
      Password to connect
      Maximum number of items: 255
    • protocol
      string
      Protocol to connect
      Enum: http socks5
    • host
      string
      Host/ip to connect
      Maximum number of items: 255
    • port
      integer
      Port to connect
      Example: 8080
    • geo_country
      string
      Country code in ISO-2
      Example: RU
    • geo_city
      string or null
      City name
      Example: Moscow
      Maximum number of items: 255
    • geo_operator
      string or null
      Operator name
      Example: mts
      Maximum number of items: 255
    • private
      boolean
      Proxy type
    • comment
      string or null
      Comment
      Maximum number of items: 255
    • rotate_ip_url
      string or null
      Url to rotate proxy IP-address
    • start_at
      string:date-time
      Order start datetime (UTC ISO-8601)
    • stop_at
      string:date-time
      Order expire datetime (UTC ISO-8601)

ErrorResponse

  • object
    Properties:
    • message
      string
      Required
      Error message
    • errors
      object or null
      Input validation errors

FiltersResponse

  • object
    Properties:
    • geo_country
      array<string>
      Country code in ISO-2
      Items:
      • string
        Example: RU
    • geo_region
      array<string>
      Region name
      Items:
      • string
        Example: Tatarstan Republic
    • geo_city
      array
      City name
      Items:
      • object
    • geo_operator
      array
      Operator name
      Items:
      • object
    • type
      array<string>
      Proxy type
      Items:
      • string
        Example: shared
        Enum: private shared
    • protocol
      array<string>
      Proxy protocol
      Items:
      • string
        Example: http
        Enum: http socks5