Plans
Read-only access to the plans you've enabled in your retail pricing configuration. Use these endpoints to populate plan-selector UIs in your CRM or signup flow.
GET
/v1/plansList your enabled plans with retail price, wholesale cost, and projected margin.
curl -H "Authorization: Bearer sk_live_..." https://app.bigmind.com/api/partner/v1/plansResults sorted by profitMargin descending. Configure which plans are enabled and set retail prices in Pricing.
GET
/v1/plans/{id}Fetch a single plan by ID.
curl -H "Authorization: Bearer sk_live_..." \
https://app.bigmind.com/api/partner/v1/plans/bigmind-standard-yearlyReturns INVALID_PLAN (404) if the plan ID doesn't exist or isn't enabled for your partner account.