---
title: "Create IP Pool"
method: POST
path: "/ip/pool"
tags: ["IP Management API"]
---

# Create IP Pool

`POST /ip/pool`

This allows a parent account to create a new pool for organizing dedicated IP addresses. Each pool must have a unique name within the parent account and be associated with a specific region.

## Request body

- object
  - `pool_name` string, required — The name of the IP pool. Allowed characters are alphanumeric, hyphens, and underscore. Must not already exist under the parent account in the same region.
  - `region` 'US' | 'EU' | 'IND', required — The region where the pool will be created. The supported values are US, EU, and IND.

## Response `200`

IP pool created successfully

- object
  - `status` string
  - `pool_name` string
  - `region` string
  - `message` string

## Other responses

- `400` — Validation error or pool already exists
- `401` — Authentication required
- `403` — Access forbidden

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
