latestSwagger 2.02026-08-1095121164.0 KB

94758829689e

sites

Get Site Plan Information

Retrieves detailed plan information for a site including pricing, billing cycle, and feature availability.

get/v0/sites/{site_id}/plan

Path parameters

site_idstring required

Site ID

Response

billing_cyclestring

Billing cycle (monthly/annual)

namestring required

Plan display name

priceinteger

Plan price in cents

skustring

Plan SKU identifier

Example response

{
  "billing_cycle": "annual",
  "name": "Performance Small",
  "sku": "plan-performance_small-contract-annual-1"
}