Offer a GraphQL endpoint that lets developers request exactly the data they need in a single query. Support nested relationships (campaign → ad sets → ads → metrics) with proper pagination.
REST endpoints either over-fetch or require multiple calls. A GraphQL API would let us build efficient custom interfaces that only transfer the data we actually need.
