Last active
April 27, 2016 13:35
-
-
Save activeprospect-support/2c9012573dc50f02a544 to your computer and use it in GitHub Desktop.
SL - Overview of Lists Within SuppressionList
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 GET https://app.suppressionlist.com/lists \ | |
-H 'Accept: application/json' \ | |
-uAPI:fc36c8168cbb16784f6a29f89695dd92 | |
HTTP/1.1 200 OK | |
Content-Type: application/json; charset=utf-8 | |
[ | |
{ | |
"id": "512d79a8bd9059be60000006", | |
"name": "Email List", | |
"url_name": "email_list", | |
"type": "md5", | |
"ttl": null, | |
"count": 0, | |
"total_jobs": 2 | |
}, | |
{ | |
"id": "512d79a8bd9059be60000007", | |
"name": "Generic List", | |
"url_name": "generic_list", | |
"type": "md5", | |
"ttl": null, | |
"count": 0, | |
"total_jobs": 0 | |
}, | |
{ | |
"id": "512d79a8bd9059be60000008", | |
"name": "Phone List", | |
"url_name": "phone_list", | |
"type": "md5", | |
"ttl": null, | |
"count": 327, | |
"total_jobs": 3 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment