python sdk API how to fetch openers/clickers/unsubscribes

davidstein

New Member
In campaign stats report path:
"https://app.mailmonster.me/customer/index.php/campaigns/CAMPAIGN_UID/reports/open"
I have all the openers of a campaign with their IP, date added etc..

I wonder how this data can be fetched via the API,
I'm already using the API successfully, so I tried to add an endpoint to the API such as:
'url': self.config.get_api_url('campaigns/{campaign_uid}/reports/open'.format(campaign_uid=campaign_uid))

but it didn't give me any result,
please advise...

Thanks
 
Last edited:
Back
Top