Nstproxy
  1. Api
Nstproxy
  • Api
    • Get User Info
      GET
    • Get Plan Info
      GET
    • Get Country List
      GET
    • Get State List
      GET
    • Get City List
      GET
    • Generate Proxies List
      GET
    • Get Channels
      GET
    • Channel Info
      GET
    • Add Channel
      POST
    • Update Channel
      PUT
    • Delete Channel
      DELETE
  1. Api

Get Channels

GET
/api/v1/api/channels

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nstproxy.com/api/v1/api/channels?page=1&pageSize=20&type&regionType&status&token'

Responses

🟢200OK
application/json
Body

Example
{
    "data": [
        {
            "channelId": "",
            "zoneName": "residential-zone-prod-1",
            "name": "Residential-49-OoO7",
            "password": "",
            "whitelist": [],
            "senses": [
                null
            ],
            "type": "residential",
            "regionType": "country",
            "speedPercent": 100,
            "status": 1,
            "used": 18067,
            "limit": 10000000000,
            "priceGB": 1.8,
            "consumeAmount": 0.000033,
            "createdAt": "",
            "remain": 0
        }
    ],
    "err": false,
    "msg": "SUCCESS",
    "code": 200
}
Modified at 2024-04-12 03:16:16
Previous
Generate Proxies List
Next
Channel Info
Built with