Skip to main content
POST
Add Entry to IP List

Authorizations

Authorization
string
header
required

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

Path Parameters

ip_list_id
string<uuid>
required

IP List UUID

Body

application/json
value
string
required

IPv4 or IPv6 address/CIDR. Type is auto-detected.

Example:

"192.168.1.0/24"

team_id
string<uuid>
type
enum<string>

Optional - auto-detected from value if not provided

Available options:
ipv4,
ipv6

Response

Entry added successfully

entry
object