cURL
curl --request GET \ --url https://api.cloud.onidel.com/network/ip_lists \ --header 'Authorization: <api-key>'
{ "ip_lists": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Office IPs", "description": "Office network addresses", "entry_count": 5, "used_by_count": 2, "created_at": "2023-11-07T05:31:56Z" } ], "ip_list_limit": 5, "ip_list_entry_limit": 10 }
Retrieve all IP lists for a team
Provide the value as: Token <your-api-token>
Token <your-api-token>
Team ID. Default team will be used if not provided.
Successful operation
Show child attributes
Maximum number of IP lists allowed for this team
5
Maximum entries per IP list for this team
10