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'{}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'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
DNS records imported
The response is of type object.
Was this page helpful?