Aggregate counts for a network
GET/v1/networks/:networkId/stats
Returns live aggregate counts for the network: total and opted-in podcasts, total campaigns, total offers broken down by status (pending, accepted, rejected, negotiating), and total members. Requires at least read-only access. The counts are computed on demand by scanning the network's collections rather than read from denormalized counters, so this call is heavier than the other reads.
Request
Responses
- 200
- 401
- 403
- 404
Aggregate counts for a network
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found