Skip to main content
POST
Bulk create allowed IP address ranges

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization where you want to create the allowed IP address ranges.

Body

application/json

The request body containing the list of CIDR ranges to create.

allowedIpAddressRanges
string[]
required

The allowed IP address ranges, in CIDR format. The batch is created atomically: if any value fails validation or conflicts with an existing range, no rows are inserted.

Required array length: 1 - 1000 elements
Example:

Response

OK

allowedIpAddressRanges
object[]
required