Skip to content
Start here

Rate Plans

List Available Rate Plans
zones.rate_plans.get(RatePlanGetParams**kwargs) -> SyncSinglePage[RatePlanGetResponse]
GET/zones/{zone_id}/available_rate_plans
ModelsExpand Collapse
class RatePlanGetResponse:
id: Optional[str]

Plan identifier tag.

components: Optional[List[Component]]

Array of available components values for the plan.

default: Optional[float]

The default amount allocated.

name: Optional[Literal["zones", "page_rules", "dedicated_certificates", "dedicated_certificates_custom"]]

The unique component.

One of the following:
"zones"
"page_rules"
"dedicated_certificates"
"dedicated_certificates_custom"
unit_price: Optional[float]

The unit price of the addon.

currency: Optional[str]

The monetary unit in which pricing information is displayed.

duration: Optional[float]

The duration of the plan subscription.

frequency: Optional[Literal["weekly", "monthly", "quarterly", "yearly"]]

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

One of the following:
"weekly"
"monthly"
"quarterly"
"yearly"
name: Optional[str]

The plan name.

maxLength80