BigMindBigMindBigMind
Partner APIBETA
Sign inGet an API key
Partner APIBETA
OverviewAuthenticationCustomersPlansAccount & UsageDICOM ReportsWebhooksError codesChangelog

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/plans

List your enabled plans with retail price, wholesale cost, and projected margin.

curl -H "Authorization: Bearer sk_live_..." https://app.bigmind.com/api/partner/v1/plans

Results 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-yearly

Returns INVALID_PLAN (404) if the plan ID doesn't exist or isn't enabled for your partner account.