List self-serve plans
Returns the self-serve plan catalog — the single default pay-as-you-go plan with its free-trial credit and the channels and capabilities it entitles. The catalog is static and cache-friendly (no per-org lookup), so onboarding and pricing screens can render ahead of any billing role. Call it to show a new workspace what the default plan includes before activation.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The plans catalog — plans (each with id, name, pricing_model, the free-trial credit in trial, the entitlement limits, and the included entitlements channel/capability keys) plus default_plan_id — in the standard { data, meta } envelope.
The plans catalog — plans (each with id, name, pricing_model, the free-trial credit in trial, the entitlement limits, and the included entitlements channel/capability keys) plus default_plan_id — in the standard { data, meta } envelope.