List a subaccount's MCCMNC rate overrides
Return the per-operator (MCCMNC) rate overrides set against one child subaccount, cursor-paginated. The send-path resolver prices an SMS segment against these overrides before falling through to the wholesale rate deck, so this list is the management view of what the child bills per operator. ?limit= tops at 200 and the response meta carries cursor/has_more/total to page the full override set. Requires owner or admin on the parent organization.
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 Path Parameters
Subaccount (child organization) id.
1Query Parameters
Page size (default 100, max 200).
Opaque continuation token from a prior page.