Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/219fb9e0014150fabc9e to your computer and use it in GitHub Desktop.
LC - How to get pre-qualified campaigns 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 https://api.leadconduit.com/prequal?api_key=limitedapikey&campaign_id%5B%5D=000qxm170&campaign_id%5B%5D=000qxm171&source_id=000src123 | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Type: application/json; charset=utf-8 | |
["000qxm170"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment