v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

POST /whitelist_ips/

Create a new allowed IP entry

post/v1/whitelist_ips/

Request body

namestring required

Entry name

ip_addressstring required

IP address or range or CIDR range

end_ip_addressstring

End IP address (if specifying an IP range)

Response

200

statusstring

Example response

{
  "status": "ok"
}