Create IP Allowlist Entry

Create a new IP allowlist entry.

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
ipAddressstringRequired
descriptionstringOptional

Response

IP allowlist entry created
_idstringformat: "uuid"
Unique identifier for the allowlist entry
ipAddressstring
IP address or CIDR block
_createdAtlong
_updatedAtlong
descriptionstring
_createdByMemberIdstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error