Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetUnsubscribedContacts

Retrieves a list of distinct unsubscribed contacts.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Description
select integer, number of results to return. Maximum of 500.
skip integer, start of the result range, paginate results.
date_from Datetime in format 'YYYY-MM-DD HH:MM:SS', e.g. '2017-01-01 00:00:00'. If not provided this will default to the last 24hrs.
date_to Datetime in format 'YYYY-MM-DD HH:MM:SS', e.g. '2017-01-01 00:00:00'. Optional and requires date_from.
Outputs:
  • id
  • contact_id
  • email
  • reason
  • unsubscribe_date

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON