Skip to main content
POST
/
cloudflare
/
zones
/
{zoneId}
/
dns
/
import
Import DNS records
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

zoneId
string
required

Query Parameters

keyId
string
required

Body

multipart/form-data
file
file
required

Response

DNS records imported

The response is of type object.