Skip to main content
POST
/
cloudflare
/
zones
/
{zoneId}
/
details
Get zone details
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/details \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyId": "<string>"
}
'
{
  "result": {},
  "success": true,
  "errors": "<array>",
  "messages": "<array>"
}

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

Zone details retrieved

result
object
success
boolean
errors
array
messages
array