---
title: "Request New Dedicated IP Addresses"
method: POST
path: "/ip/request"
tags: ["IP Management API"]
---

# Request New Dedicated IP Addresses

`POST /ip/request`

This allows a parent account to request additional dedicated IPs for email sending. The request specifies the number of IPs required, the estimated daily sending volume, the region, and an optional description.

## Request body

- object
  - `requested_ips` integer, required — The number of dedicated IP addresses being requested. Minimum 1, maximum 100 per request.
  - `daily_estimated_volume` integer, required — The estimated daily email volume (number of emails per day) that the requested IPs will be used for.
  - `region` 'US' | 'EU' | 'IND' — The geographic region where the IPs should be provisioned. Supported values are US, EU, and IND.
  - `description` string — A short description of the intended IP usage. Maximum length 255 characters and alphanumeric text only.
  - `enableWarmup` boolean — Indicates whether to enable the automated IP warm-up process. Values are true (enable warmup) or false (disable warmup).When enabled, the warmup logic assigns the appropriate plan based on engagement, bounce behavior, and unsubscribes. The delivery engine increases send volumes gradually using ISP feedback and performance signals to reduce throttling and spam-filtering risk. Netcore manages the full warmup process. Approved volume is sent through the assigned dedicated IP pool, and any excess volume is routed through the Netcore or client shared pool.

## Response `200`

IP request submitted successfully

- object
  - `status` string
  - `request_id` string — Unique request identifier
  - `message` string

## Other responses

- `400` — Validation error or business logic error
- `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)
