cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/reporting/refunds \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "from": "<string>", "to": "<string>", "timezone_id": 123, "query": {} } '
{ "refunds": [ {} ] }
Search and filter refund records. Returns refunds within the specified date range, with optional filters to narrow the results by offer, affiliate, or other criteria.
The Everflow API key generated from the Control Center > Security.
Start date (format: YYYY-MM-DD).
End date (format: YYYY-MM-DD).
Timezone ID for the report.
Optional filters to narrow results.
OK
Was this page helpful?