Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/f584be743f2eced4f7d9 to your computer and use it in GitHub Desktop.
SL - SuppressionList Jobs Overview
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 PUT https://app.suppressionlist.com/lists/512d79a8bd9059be60000006/jobs/512fabcf82d28b2462000009/kill \ | |
-H 'Accept: application/json' \ | |
-H 'Content-Type: application/json' \ | |
-uAPI:fc36c8168cbb16784f6a29f89695dd92 | |
HTTP/1.1 200 OK | |
Content-Type: application/json; charset=utf-8 | |
{ | |
"id": "512fabcf82d28b2462000009", | |
"user_name": "Alex", | |
"file_name": "do-not-email.csv", | |
"line_count": 1051, | |
"added_count": 18, | |
"rejected_count": 1, | |
"rejected_values": ['Melvin B'], | |
"status": "killed", | |
"killed_by_user_name": "Alex", | |
"created_at": "2013-02-28T19:10:11Z", | |
"updated_at": "2013-02-28T18:57:33Z", | |
"finished_at": "2013-02-28T18:57:33Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment