Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active April 27, 2016 13:35
Show Gist options
  • Save activeprospect-support/2c9012573dc50f02a544 to your computer and use it in GitHub Desktop.
Save activeprospect-support/2c9012573dc50f02a544 to your computer and use it in GitHub Desktop.
SL - Overview of Lists Within SuppressionList
$ 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