Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/99540addb18ec372b4d7 to your computer and use it in GitHub Desktop.
LC - How to access your sources and recipients via the API
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 -v -X GET https://api.leadconduit.com/sources?api_key=limitedorfullapikey&campaign_id=abc | |
HTTP/1.1 200 OK | |
Date: Tue, 03 Mar 2009 21:04:52 GMT | |
Content-Type: application/json; charset=utf-8 | |
{"count":2, | |
"items":[ | |
{"id":"000qxm180", | |
"name":"Affiliate Number 1"}, | |
{"id":"000qxm181", | |
"name":"Affiliate Number 2"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment