Skip to main content
POST
/
networks
/
reporting
/
offercaps
/
summary
Get Offer Caps Summary
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
}
'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
offer_ids
integer[]
required

Array of offer IDs to summarize caps for.

timezone_id
integer
required

Timezone ID for cap calculations.

Response

200 - application/json

OK

Summary of cap usage across the specified offers.