cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/offercaps \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "offer_ids": [ 123 ], "timezone_id": 123 } '
{ "caps": [ { "network_offer_id": 123, "daily": {}, "weekly": {}, "monthly": {}, "global": {} } ] }
Returns current cap usage for offers. Shows daily, weekly, monthly, and global cap consumption for conversions, clicks, revenue, and payout across the specified offers.
The Everflow API key generated from the Control Center > Security.
Array of offer IDs to check caps for.
Timezone ID for cap calculations.
OK
Show child attributes
Was this page helpful?