Create Allowed IP Range

Create an IP range allowlist

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
projectIdstringRequired
ipRangestringRequired

The IP range to allow, specified in CIDR notation.

notestringOptional

Must be alphanumeric and may include spaces, . ! ? , ’ -

Response

This endpoint returns an object.
createdAtdatetime
idstring
ipRangestring
projectIdUUID
updatedAtdatetimeOptional

Errors