cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/offercaps/summary \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "offer_ids": [ 123 ], "timezone_id": 123 } '
{}
Returns a summary view of offer cap usage. Provides an aggregated overview of cap consumption across multiple offers.
The Everflow API key generated from the Control Center > Security.
Array of offer IDs to summarize caps for.
Timezone ID for cap calculations.
OK
Summary of cap usage across the specified offers.
Was this page helpful?