Skip to main content
POST
/
cloudflare
/
accounts
/
{accountId}
/
zones
Create zone
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/accounts/{accountId}/zones \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "keyId": "<string>",
  "type": "full"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string
required

Body

application/json
name
string
required
keyId
string
required
type
enum<string>
Available options:
full,
partial

Response

Zone created successfully

The response is of type object.