cURL
curl --request PUT \ --url https://yourdomain.com/unignore_events \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "campaign": "<string>" } '
"events unignored"
Show all events for a campaign (reset ignore status)
Admin cookie authentication (configurable in config.json)
Campaign name
Events unignored successfully
The response is of type string.
string