Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/3ef96b49934523792942 to your computer and use it in GitHub Desktop.
Adding and Removing List Items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl -X POST https://app.suppressionlist.com/lists/my_list/items \ | |
| -H 'Accept: application/json' \ | |
| -H 'Content-Type: application/json' \ | |
| -d '{"values":"test@email.com|test2@email.com|test3@email.com"}' \ | |
| -uAPI:fc36c8168cbb16784f6a29f89695dd92 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment