Subscriptions
Zone Subscription Details
GET/zones/{zone_id}/subscription
Create Zone Subscription
POST/zones/{zone_id}/subscription
Update Zone Subscription
PUT/zones/{zone_id}/subscription
ModelsExpand Collapse
SubscriptionGetResponse = object { id, currency, current_period_end, 5 more }
SubscriptionGetResponse = object { id, currency, current_period_end, 5 more }
current_period_end: optional string
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: optional string
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time
frequency: optional "weekly" or "monthly" or "quarterly" or 2 moreHow often the subscription is renewed automatically.
frequency: optional "weekly" or "monthly" or "quarterly" or 2 more
How often the subscription is renewed automatically.
SubscriptionCreateResponse = object { id, currency, current_period_end, 5 more }
SubscriptionCreateResponse = object { id, currency, current_period_end, 5 more }
current_period_end: optional string
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: optional string
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time
frequency: optional "weekly" or "monthly" or "quarterly" or 2 moreHow often the subscription is renewed automatically.
frequency: optional "weekly" or "monthly" or "quarterly" or 2 more
How often the subscription is renewed automatically.
SubscriptionUpdateResponse = object { id, currency, current_period_end, 5 more }
SubscriptionUpdateResponse = object { id, currency, current_period_end, 5 more }
current_period_end: optional string
The end of the current period and also when the next billing is due.
formatdate-time
current_period_start: optional string
When the current billing period started. May match initial_period_start if this is the first period.
formatdate-time
frequency: optional "weekly" or "monthly" or "quarterly" or 2 moreHow often the subscription is renewed automatically.
frequency: optional "weekly" or "monthly" or "quarterly" or 2 more
How often the subscription is renewed automatically.