Last active
August 29, 2015 14:07
-
-
Save activeprospect-support/2b7a36ac8bdfa1eb8514 to your computer and use it in GitHub Desktop.
LC - How to work with your leads 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 POST https://api.leadconduit.com/leads/myleadid/convert -d"api_key=fullapikey" -d"date=2009-02-21" | |
HTTP/1.1 200 OK | |
Content-Type: application/json; charset=utf-8 | |
{"result":"lead is marked as converted"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment