API
Access all the documentation of our API.
getInactiveSubscribers(string auth_token,date date_from,date date_to,integer full_info)
Parameters
auth_token (string)
Your client authentication token
date_from (date)
Starting date of the date range at 00:00h. (Format : YYYYY-MM-DD)
date_to (date)
End date of the date range at 00:00h. (Format : YYYYY-MM-DD)
full_info (integer)
Adds to the list of emails the type (hard: 1, complaint: 2, unsubscription: 3) and the date. For example: {'email': 'email@domain.com', 'reason': 1, 'reason_date': '2019/01/24 14:35:05'}. Default = 0
Return value
list