---
title: "Import DNS Records"
method: POST
path: "/dnszone/{zoneId}/import"
tags: ["DNS Zone"]
---

# Import DNS Records

`POST /dnszone/{zoneId}/import`

## Path parameters

- `zoneId` integer, required

## Response `200`

The import operation has finished successfuly.

- DnsZoneImportResultModel
  - `RecordsSuccessful` integer
  - `RecordsFailed` integer
  - `RecordsSkipped` integer

## Other responses

- `400` — Failed importing data. See error response.
- `401` — The request authorization failed
- `404` — The DNS Zone with the requested ID does not exist.
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
