Skip to content
Start here

Rate Plans

List Available Rate Plans
GET/zones/{zone_id}/available_rate_plans
ModelsExpand Collapse
RatePlanGetResponse = object { id, components, currency, 3 more }
id: optional string

Plan identifier tag.

components: optional array of object { default, name, unit_price }

Array of available components values for the plan.

default: optional number

The default amount allocated.

name: optional "zones" or "page_rules" or "dedicated_certificates" or "dedicated_certificates_custom"

The unique component.

One of the following:
"zones"
"page_rules"
"dedicated_certificates"
"dedicated_certificates_custom"
unit_price: optional number

The unit price of the addon.

currency: optional string

The monetary unit in which pricing information is displayed.

duration: optional number

The duration of the plan subscription.

frequency: optional "weekly" or "monthly" or "quarterly" or "yearly"

The frequency at which you will be billed for this plan.

One of the following:
"weekly"
"monthly"
"quarterly"
"yearly"
name: optional string

The plan name.

maxLength80