Skip to main content

Endpoint

Authentication

Requires a Personal API Access Token.

Request

Headers

Path Parameters

Request Body

Full JSON Body Example - Single IP Address

Full JSON Body Example - Multiple IP Addresses

Full JSON Body Example - IP Addresses and CIDR Ranges

Request Body Fields

IP Address Formats

  • Individual IP addresses: 192.168.1.100
  • CIDR ranges: 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
  • IPv4 format only

Notes

  • ipList must not be empty
  • IPs are added to the existing list
  • Duplicate IPs are ignored (not added twice)
  • IP addresses and CIDR ranges can be mixed

Response

Success Response (200 OK)

Error Response (400 Bad Request)

or

cURL Example

Example 1: Add Single IP

Example 2: Add Multiple IPs and CIDR Ranges

Notes and Warnings

  • IP List Required:
    • ipList must not be empty
    • At least one IP must be provided
  • Duplicate Handling:
    • Duplicate IPs are ignored (not added twice)
    • No error is thrown for duplicates
  • IP Format:
    • Supports IPv4 addresses and CIDR ranges
    • Invalid formats may cause errors
  • Group Must Exist:
    • IP Group must exist before adding IPs

Permissions

  • User must have GLOBAL_SETTINGS + MANAGE permission in the project