Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/9b0f4927e6ea122dfc82 to your computer and use it in GitHub Desktop.
LC - How to access your campaigns via 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 https://api.leadconduit.com/campaigns?api_key=limitedapikey | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Type: application/json; charset=utf-8 | |
{"count":3, | |
"items":[ | |
{"id":"000qxm170", | |
"name":"Foo Campaign"}, | |
{"id":"000qxm171", | |
"name":"Bar Campaign"}, | |
{"id":"000qxm172", | |
"name":"Baz Campaign"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment