Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Save activeprospect-support/99540addb18ec372b4d7 to your computer and use it in GitHub Desktop.
Save activeprospect-support/99540addb18ec372b4d7 to your computer and use it in GitHub Desktop.
LC - How to access your sources and recipients via the API
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