api/wired/contacts
| GET |
Lists all Contacts. |
api/wired/contacts/{contactId}
| GET |
Lists a single Contact by Contact Id, who has an email address, is not deceased, and has not unsubscribed ('Do Not Email' and 'Preference Centre > Unsubscribe All'). |
api/wired/contacts?emailAddress={emailAddress}&addedSince={addedSince}&addedUntil={addedUntil}&modifiedSince={modifiedSince}&modifiedUntil={modifiedUntil}&contactStatuses={contactStatuses}&isSubscribed={isSubscribed}&fields={fields}
| GET |
Lists all Contacts based on the specified criteria.
emailAddress: Contacts with the specified email address. addedSince: Contacts added after the specified date. addedUntil: Contacts added before the specified date. modifiedSince: Contacts modified after the specified date. modifiedUntil: Contacts modified before the specified date. contactStatuses: Contacts with the specified Contact Statuses (each Contact Status should be seperated by a comma). isSubscribed: Contacts with the specified subscribed status. fields: the fields to be returned by the endpoint (each field should be seperated by a comma). |
api/wired/communications
| POST |
Creates communications for Contacts who have the supplied email addresses. A status of 200 will be returned if this is successful. |
api/wired/unsubscribe
| POST |
Unsubscribes Contacts based on their email address. A status of 200 will be returned if this is successful. |