Wired Plus API Documentation
API v1 Guide
Account
Automation
Contacts
- Create New Contact
- Update Contact
- Bulk Contact Update
- Archive Contact
- Bulk Archive Contact
- Bulk Suppress Contact
- Unsubscribe Contact
- Resubscribe Contact
- Resubscribe Contact To List
- Suppress Contact
- Get Contacts
- Get New Contacts
- Get Updated Contacts
- Get Contact By Id
- Get Contact By UID
- Get Contact By Email
- Get Contacts In List
- Get Contacts For Campaign
- Get Lists for a Contact
- Get Unsubscribed Contacts
- Get Unsubscribed Contacts In List
- Get Suppressed Contacts
- Delete Contact
Dynamic Rows
Lists
- Create New List
- Update List
- Delete List
- Get List Detail By ID
- Get Active Lists
- Bulk Assign Contacts To List
- Get Contacts In List
- Delete Contact From List
- Bulk Delete Contacts From List
Campaigns
- Get Campaigns
- Get Campaign By Id
- Get Campaign Activities
- Get Campaign Contacts
- Get Campaign Contact Replies
- Get Campaign Contact Send Status
- Get Campaign Event
- Send Trigger Campaign To Contacts
- Send Trigger Campaign To DynamicRows
Transactional Emails
Lead Score
Products
- Get Products
- Get Product
- Create/Update Product
- Delete Product
- Bulk Create/Update Products
- Get Stock Updates
- Create Stock Update
Carts
Orders
- Get Orders
- Get Order
- Create/Update Order
- Delete Order
- Update Order Status
- Bulk Create/Update Orders
- Get Order Events
- Get Order Event
- Create/Update Order Event
Custom Fields
POST GetContactsInList
Retrieves contacts from a specific list.
Input and output parameters
The input and output parameters for this method are:
*denotes required field.
Input Parameter Name | Type/Info |
listid* | integer(11), the id of the list. |
withfulldata | values are 'true' or 'false', returns all data for a contact. |
the email address of the contact. | |
first_name | the first name of the contact. |
last_name | the last name of the contact. |
name | the name of the contact. |
opt_in_type | status of the opt in of the contact, set to 0 for not opted in, 1 for opted in |
status | the status of the contact. |
select | integer (11), the number to return, max of 500. |
skip | integer (11), the number of contacts to skip. |
sort | How to sort the results, options: date_added_asc | date_added_desc | create_date_asc | create_date_desc | update_date_asc | update_date_desc |
Outputs: | |
|
Examples
Curl
PHP
jQuery
Result Format JSON