Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save activeprospect-support/046bd9e60da96e38889a to your computer and use it in GitHub Desktop.

Select an option

Save activeprospect-support/046bd9e60da96e38889a to your computer and use it in GitHub Desktop.
LC - How to work with your leads via the API
curl -v -X POST https://api.leadconduit.com/leads/myleadid/reject -d"api_key=fullapikey" -d"reason=bad+email"
HTTP/1.1 202 Accepted
Content-Type: application/json; charset=utf-8
{"result":"lead has been rejected"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment