---
title: "IP whitelisting set up"
method: POST
path: "/security/whitelist"
---

# IP whitelisting set up

`POST /security/whitelist`

Control the IPs that can have access to the Routee public API.

## Headers

- `Authorization` string, required
- `Content Type` string, required

## Request body

- object
  - `whitelistedIps` string[], required — [Required, not empty] An Array of valid ip’s that will be used as whitelisted for using the API for the specific application.

## Response `200`

200

- object
  - `whitelistedIps` string[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
