Batch Process Reversals via API (Web Services) Overview
Prerequisite: Retrieve the ActionId value
curl 'https://api.impact.com/Advertisers/{AccountSID}/Actions' \
-X GET \
-u '{AccountSID}:{AuthToken}' \
-H 'Accept: application/json' \
-d 'CampaignId={CampaignId}'{
"@page": "1",
...,
"Actions": [
{
"Id": "1000.4636.158133",
...,
}
]
}FAQs
Last updated
Was this helpful?


