getunsubscribelist

area emailaction getunsubscribelistGETread

This api returns a list of optouts from the unsubscribe list of the account.

Arguments

ArgumentTypeRequiredDescription
startintegerNoStarting position
limitintegerNoNumber of records to return
campaignidintegerNoid of the campaign to only show the unsubscribes from that campaign

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=getunsubscribelist
  &start=0
  &limit=10

Response

<response>
  <records>4004</records>
  <optout>
    <id>4010</id>
    <email>test@test.com</email>
    <domain/>
    <datecreated>July 03, 2024, 01:39 pm</datecreated>
    <feedback/>
    <campaignid>2370552</campaignid>
    <ip>203.0.113.1</ip>
    <unsubscribetype>Campaign</unsubscribetype>
  </optout>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.