---
title: "Configure Reverse DNS"
method: POST
path: "/ip/request/rdns/configure"
tags: ["IP Management API"]
---

# Configure Reverse DNS

`POST /ip/request/rdns/configure`

This allows a parent account to configure reverse DNS for a dedicated IP address by mapping it to a sending domian.

## Request body

- object
  - `ip_address` string, ipv4, required — The dedicated IP address for which reverse DNS should be configured. Must ve a valid IPv4 or IPv6 address. The IP must belong to the authenticated parent account.
  - `sending_domain` string, hostname, required — The sending domain that should be mapped to the IP. Must be a valid domain name format. The domain must be owned and active for the account.

## Response `200`

RDNS configuration request submitted successfully

- object
  - `request_id` string
  - `ip` string
  - `rdns` string
  - `sending_domain` string
  - `message` string

## Other responses

- `400` — Validation error
- `401` — Authentication required
- `403` — IP not owned or domain not owned

---

[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)
