/list
Full Url: https://apiv1.teleapi.net/ipendpoints/list​
Arguments:
token (string, required)
Info: Get a list of all of your current ip endpoints
Example Success
{"code": 200,"status": "success","data": [{"id": 42,"ip_address": "123.123.123.123"},{"id": 55,"ip_address": "111.111.111.111"}]}
Example Error
{"code": 200,"status": "success","data": []}