cURL
curl --request POST \ --url https://api.hypercore.vn/network/ip_lists \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Office IPs", "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "description": "Office network addresses" } '
{ "ip_list": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>" } }
Create a new IP list. Limit per team is configurable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
64
"Office IPs"
255
"Office network addresses"
IP list created successfully
Show child attributes