cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/custom/caps \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "timezone_id": 123 } '
{}
Returns cap usage for custom payout/cap settings. Custom settings allow networks to define per-affiliate or per-offer overrides, and this endpoint shows current consumption against those custom caps.
The Everflow API key generated from the Control Center > Security.
Timezone ID for cap calculations.
OK
Custom cap usage data.
Was this page helpful?