---
title: "Create a new A Record for given zone"
method: POST
path: "/domains/{domain}/a-record"
tags: ["Domains"]
---

# Create a new A Record for given zone

`POST /domains/{domain}/a-record`

## Headers

- `X-Fields` string, mask

## Request body

- ARecord
  - `addresses` string[]
  - `name` string, required
  - `ttl` integer, required

## Response `200`

Success

- ARecord
  - `addresses` string[]
  - `name` string, required
  - `ttl` integer, required

## Other responses

- `201` — Created
- `400` — Error
- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.
- `404` — Not found
- `409` — Record Already Exists

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/versions/ee6b717b5015/schema)
