List per-org pricing overrides
Returns per-organization pricing overrides. Pass an organizationId query param to scope the list to one tenant, or omit it to return the active overrides across all tenants. Use it to review which lanes a tenant (or the whole platform) has custom rates on. Super-admin only; the list is capped at 5000 rows.
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 matching override rows in the standard { data, meta } envelope — data is an array of override rows ordered by channel.
The matching override rows in the standard { data, meta } envelope — data is an array of override rows ordered by channel.