fbpx
Search
Close this search box.
Search
Close this search box.

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

REQUEST

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			

< / >

APIs Information

13. List IP’s

URL:

https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip

Description:

This API allows you to list the IP’s registered in your operation.

Benefit:

By using this API, you obtain the latest usage of the IP, type of IP, and description.

How it works?

  • The consumption of this API is done using the GET method.
  • Replace {{wolkvox_server}} in the URL with the nomenclature of your operation on the server.
  • You must use “wolkvox-token: {{token}}” in the HEADER and replace {{token}} with the authorization token generated in your wolkvox operation.
  • Note that the same token cannot be consumed simultaneously, so you can schedule the next API to be consumed when the result of the previous one is successful.

 

REQUEST
NAMEDESCRIPTIONTYPE
tokenToken code generated in the wolkvox Manager application.INT
wolkvox_serverServer nomenclature where your operation is located. This code is provided by support staff.INT
RESPONSE
NAMEDESCRIPTIONTYPE
codeIndicates the status code of the response.String
errorProvides detailed information about any errors that may occur during the execution of the API. The value ‘null’ indicates that no errors occurred, and the API execution was successful.String
msgIt is an informative message that describes the response.String
dataIt contains the data or set of data obtained when consuming the API.JSON Object
operationIndicates the name of the operation to which the IP is linked.String
ipIt is the linked IP address.String
last_useIndicates the date and time of the last use of the IP.String
type_ipIndicates the type of IP. It can yield the value ‘temporary’ or ‘permanent’.String
descriptionProvides the optional description of the IP, which is entered when adding an IP.String
Possible error codes
				
					$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/information.php?api=get_ip',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'wolkvox-token: {{token}}'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

				
			

RESPONSE

				
					{
    "code": "200",
    "error": null,
    "msg": "x records were found",
    "data": [
        {
            "operation": "",
            "ip": "",
            "last_use": "",
            "type_ip": "",
            "description": ""
        }
    ]
}
				
			
We use cookies, if you continue browsing we will assume that you agree. You can read more about the use of cookies in our privacy policies and treatment of personal data