get changeType

https://onlinesim.io/api/proxy/changeType.php
proxy
This request allows you to switch proxy's transfer protocol between `https` and `socks`. You might want to use this request when you need to switch the protocols, for example to increase anonymity level.

Parameters

tzid
Required
Operation ID (assigned upon order)
In: query
Schema:
  • integer
    Example: 10000
    >= 1
lang

Response language:
fr - French
de - German
ru - Russian
en - English
zh - Chinese

In: query
Schema:
  • string
    Example: "en"
    Enum: fr de ru en zh

Responses

200

Successful response for `changeIp` request: the server changes proxy transport protocol or throws an exception.
Content Type:
application/json
  • Schema
  • object
    Example: {"response":1,"connect_type":"https"}
    Properties:
    • response
      mixed
      1, if the request has been completed successfully, or an error message
      Example: 1
      One Of:
      • integer
        Example: 0
      • string
        Example: "string"
    • connect_type
      string
      Protocol type to which a change was made (`https` или `socks`)
      Example: "https"
      Enum: https socks