Skip to main content
POST
/
cloudflare
/
zones
/
{zoneId}
/
subscription
Set zone subscription plan
curl --request POST \
  --url https://nimbussuite.com/api/v1/cloudflare/zones/{zoneId}/subscription \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ratePlanId": "<string>",
  "frequency": "<string>",
  "keyId": "<string>"
}
'
{
  "success": true,
  "data": {}
}

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
ratePlanId
string
required
frequency
string
required
keyId
string
required

Response

Zone plan set successfully

success
boolean
data
object