Request
As a white-label agency, we'd like an agency-scoped master API key that gives us access to all our subaccounts' data, regardless of their plan.
Problem
Our master key can list all subaccounts via GET /companies, but data endpoints (/operations, /customers, /cards, /statistics/revenue) only return the caller's own data — the companyId filter is ignored. The only way to read a subaccount's activity is with that subaccount's own API key, which is only valid on the top-tier plan. So today we can access just a fraction of our subaccounts; the rest are a black box via API.
Desired behavior
Let our agency key read any subaccount under our agency, e.g. GET /operations?companyId={id} (and the same for /customers, /cards, /statistics/revenue).
Why
Today we have to log into each subaccount portal manually.