Skip to main content
POST
/
cloudflare
/
zones
/
list
List zones for account
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountId": "<string>",
  "keyId": "<string>"
}
'
{
  "zones": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
accountId
string
required
keyId
string
required

Response

List of zones retrieved

zones
object[]