Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Last active August 29, 2015 14:07
Show Gist options
  • Save activeprospect-support/03397f4e4ce65f046813 to your computer and use it in GitHub Desktop.
Save activeprospect-support/03397f4e4ce65f046813 to your computer and use it in GitHub Desktop.
LC - How to fetch legacy Node IDs
curl -v -X GET https://api.leadconduit.com/sources/node_ids?api_key=limitedorfullapikey
HTTP/1.1 200 OK
Connection: close
Content-Type: application/json; charset=utf-8
{"count":2,
"items":[
{"source_id":"0987654321",
"source_node_id":"000111122",
"source_name":"eazyleads.net",
"campaign_id":"123456789",
"campaign_name":"Campaign XYZ",
"is_site":1},
{"source_id":"8765432109",
"source_node_id":"000111133",
"source_name":"Source Number 2",
"campaign_id":"123456789",
"campaign_name":"Campaign XYZ",
"is_site":0}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment