curl --request GET \
--url https://api.eflow.team/v1/networks/reporting/adjustments \
--header 'X-Eflow-Api-Key: <api-key>'
Copy
Ask AI
{
"adjustments": [
{}
]
}
Reporting
Search Reporting Adjustments
Returns a list of reporting adjustments. Adjustments are manual corrections applied to reporting data, such as revenue or conversion count modifications.
GET
/
networks
/
reporting
/
adjustments
Search Reporting Adjustments
Copy
Ask AI
curl --request GET \
--url https://api.eflow.team/v1/networks/reporting/adjustments \
--header 'X-Eflow-Api-Key: <api-key>'