Ports

List ports

Returns the first page of mobile proxy ports owned by the current account.

get/ports

Response

Successful operation

pageinteger
pageSizeinteger
totalinteger

Example response

{
  "data": [
    {
      "ip": "1.1.1.1",
      "geoip": {
        "continentCode": "NA",
        "continentName": "North America",
        "countryCode2": "US",
        "countryCode3": "United States",
        "latitude": "38.89037",
        "longitude": "-77.03196",
        "isp": "T-Mobile USA, Inc."
      },
      "status": "active",
      "resetToken": "6015510d206e4d7b023e5f978a56e3cf49d7e79bc26cf28c69b75314e098a61b",
      "signature": "Windows",
      "vpnAccess": true,
      "plan": {
        "id": "5349b4ddd2781d08c09890f3",
        "name": "UK Three",
        "countryCode": "UK",
        "enabled": true,
        "autoRenew": true,
        "activatedAt": "2022-04-02T05:57:29.054Z",
        "expiresAt": "2022-05-02T05:57:29.054Z",
        "trafficRemains": 51200,
        "tarification": {
          "time": 2592000,
          "traffic": 51200,
          "price": 14500
        }
      },
      "credentials": {
        "ip": [
          "2.2.2.2"
        ],
        "password": [
          {
            "login": "login",
            "password": "password"
          }
        ]
      }
    }
  ],
  "page": 1,
  "pageSize": 20,
  "total": 7
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.