---
title: "Purchase Domains"
method: POST
path: "/domains/purchase"
tags: ["Domains"]
---

# Purchase Domains

`POST /domains/purchase`

Purchase one or more domains. Domains are processed asynchronously.

## Request body

- object
  - `domains` string[], required
  - `paymentMethodId` string, required
  - `forwardingAddress` string, required
  - `contactDetails` object, required
  - `dmarcEmail` string

## Response `201`

Purchase initiated

## Other responses

- `400` — Bad Request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key

---

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