List organizations for the rate-card picker
Returns one row per organization with a hasCustomRates flag set when the org has at least one per-org override. Use it to populate the admin rate-card editor’s org picker so an operator can switch between the global rate card and a tenant’s custom rates. Keyset-paginated by (name, id); pass all=true to load the whole roster in one request instead of walking the cursor. Super-admin only.
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
Paginated envelope { data, meta } — data is an array of { id, name, slug, hasCustomRates } rows and meta carries the keyset cursor and has_more flag.
Paginated envelope { data, meta } — data is an array of { id, name, slug, hasCustomRates } rows and meta carries the keyset cursor and has_more flag.