List subscription plans
GET
https://app.speybooks.com/api/v1/billing/plansReturns all available subscription plans with pricing and feature lists. Pricing is in pence (minor units). The priceFormatted field provides a display-ready string.
Response
200 Returns all available subscription plans with pricing and features.
Show response fields
plans array<object>Show child attributes
features array<string>List of features included in the plan.
id stringPlan identifier (sole_trader, limited_company).
name stringHuman-readable plan name.
price integerMonthly price in pence (minor units).
priceFormatted stringFormatted price string (e.g. "£9.99/month").