---
title: "POST /whitelist_ips/"
method: POST
path: "/v1/whitelist_ips/"
---

# POST /whitelist_ips/

`POST /v1/whitelist_ips/`

Create a new allowed IP entry

## Request body

- object
  - `name` string, required — Entry name
  - `ip_address` string, required — IP address or range or CIDR range
  - `end_ip_address` string — End IP address (if specifying an IP range)

## Response `200`

200

- object
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/foxpass/apis/api-instructions.md) · [All operations](https://skmtc.net/foxpass/apis/api-instructions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/foxpass/api-instructions/versions/d0d15848629a/schema)
