Skip to main content
POST
/
networks
/
reporting
/
offergroupcaps
Get Offer Group Caps Report
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": [
    {}
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
offer_group_ids
integer[]
required

Array of offer group IDs to check caps for.

timezone_id
integer
required

Timezone ID for cap calculations.

Response

200 - application/json

OK

caps
object[]