Removing an email address from the suppression list using the API requires specific syntax for the REST API.

REST Syntax

Click to view all Email REST Resources
NOTE: API is case sensitive. Make all [PARAMS] and RETURN-TYPE entries lower case.
POST/suppressions/activate — Removes one or more recipients from the user’s suppression list. This will allow you to send email to the recipient’s email address again.

HTTP Action — POST

URIs — http://emailapi.dynect.net/rest/RETURN-TYPE/suppressions/activate[PARAMS]

Click for RETURN-TYPE information

Arguments [PARAMS] — Click for More Info

Response — Click for More Info

Example Results (JSON)

{"response":{"status":200,"message":"OK","data":[]}}