Skip to main content
POST
/
cloudflare
/
zones
/
{zoneId}
/
dns
List DNS records
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/dns \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

zoneId
string
required

Body

application/json
keyId
string
required

Response

DNS records retrieved

The response is of type object.