Create an IP list
Creates a named IP list of IPv4/IPv6 addresses or CIDR blocks within the organization. The name must be unique within the organization. Each entry must be a valid IP address or a canonical CIDR block (host bits must be zero), and entries must be unique and non-overlapping (an entry fully contained within another is rejected); at most 500 entries are allowed. IPv4-mapped IPv6 addresses (e.g. "::ffff:1.2.3.4") are rejected - use the plain IPv4 form.
Authorizations
Long-lived API token created via POST /api/api-tokens (returned once in plaintext). A token created with readOnly may only perform safe requests (GET, HEAD, OPTIONS); write requests are rejected on every endpoint.
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Parameters
Path Parameters
Organization identifier
Request Body
Responses
ip-list resource created
