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

Channel Info

GET
/api/v1/api/channel/{channelId}
Api

Request

Authorization
Add parameter in query
token
Example:
token: ********************
Path Params
channelId
string 
required
Example:
560A6C0AAA6002C5

Request 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/channel/560A6C0AAA6002C5?token'

Responses

🟢200OK
application/json
Body
data
array [object {16}] 
required
channelId
string 
optional
zoneName
string 
optional
name
string 
optional
password
string 
optional
whitelist
array[string]
optional
senses
array[null]
optional
type
string 
optional
regionType
string 
optional
speedPercent
integer 
optional
status
integer 
optional
used
integer 
optional
limit
integer 
optional
priceGB
number 
optional
consumeAmount
number 
optional
createdAt
string 
optional
remain
integer 
optional
err
boolean 
required
msg
string 
required
code
integer 
required
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-11 08:57:36
Previous
Get Channels
Next
Add Channel
Built with