cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/offergroupcaps \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "offer_group_ids": [ 123 ], "timezone_id": 123 } '
{ "caps": [ {} ] }
Returns cap usage per offer group. Shows how much of each cap (daily, weekly, monthly, global) has been consumed for the specified offer groups.
The Everflow API key generated from the Control Center > Security.
Array of offer group IDs to check caps for.
Timezone ID for cap calculations.
OK
Was this page helpful?