Skip to main content
GET
/
cloudflare
/
zones
/
{zoneId}
/
name
Get zone name
curl --request GET \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/name \
  --header 'Authorization: Bearer <token>'
{
  "name": "<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

Query Parameters

accountId
string
required
keyId
string
required

Response

Zone name retrieved

name
string