1. Home
  2. Docs
  3. API Documentation
  4. Proxy
  5. GetProxies

GetProxies

Route: https://api.cytrix.io/GetProxies

This function allows you to fetch all of the Proxies that exists in your server.

Roles Required: Admin and Users. Private Users can only Get Proxies they have created.

Request Syntax

{
"apiKey": "String"
}


Request Parameters

Parameters being used in the Request

Parameter Name :

apiKey

Parameter Usage and Options :

Your CYTRIX given API Key.

How do I get it ? :

Located in the “Profile” section.

Note : by default, the “API Status” is enabled, unless, the Admin has disabled it in the “Server Settings” section.

Type :

String

Is it Optional ? :

No.


Successful Response

{
    "Error": 0,
    "Function": "GetProxies",
    "Data": [
        {
            "id": 123456,
            "ip": "11.1.1.11",
            "port": "123465",
            "name": "Name"
        },
        {
            "id": 123456,
            "ip": "11.1.1.11",
            "port": "123465",
            "name": "Name"
        }
        
    ]
}

Errors and their Possible Causes

For more information, please refer to the General Errors section.