Add one or more subscribers to the user's master-unsubscribe list


JSON Request Example: 

{
  "username": "JohnDoe",
  "usertoken": "abc123abc123abc123abc123",
  "requesttype": "Subscribers",
  "requestmethod": "AddMasterUnsubscribes",
  "details": {
    "email": [
      "{*email_address*}", /* required: at least one */
      "{*email_address*}"
    ]
  }
}


"jsonrequest" element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeSubscribers
requestmethodAddMasterUnsubscribes


Please note: ALL OPTIONAL tags that are not used should be deleted from submitted call. For example, if only one subscriber is to be added to the master-unsubscribe list, the second <email></email> tag pair should be deleted.


"details" element 


Field NameDescription
email
(at least one required)
Contact(s) to be added to the master-unsubscribe list


Successful Response:


"response" element


Field NameDescription
statusWill return SUCCESS if contact(s) was / were successfully added to master-unsubscribe list
dataQuantity of contacts added to master-unsubscribe list
Email of contact added to list


Unsuccessful Response:


"response" element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed