Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetUnsubscribedContactsInList

Retrieves a list of unsubscribed contacts for a list.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
listid* integer (1)
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', e.g. '2017-01-01'. If not provided this will default to the last 24hrs.
date_to Datetime in format 'YYYY-MM-DD', e.g. '2017-01-01'. Optional and requires date_from.
Outputs:
  • unsubscribe_date
  • contact_id
  • email (the email address of the contact)
  • reason for unsubsribe

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON