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 the ranges will belong to.

Body

application/json

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

allowedIpAddressRanges
string[]
required

The CIDR ranges to create. At most 1000 per request.

Required array length: 1 - 1000 elements

Response

OK

allowedIpAddressRanges
object[]
required

The ranges that were created.