This is part of the LeadConduit Classic API. Read an overview, or review common API parameters.
Resources
The campaigns API allows you to pull a list of all the campaigns which are visible in your account. Either a "limited" or "full access" API key can be used for these API calls (see the overview for more about API keys).
GET https://api.leadconduit.com/campaigns
Parameters
The campaigns list API accepts no parameters.
Response
Issuing a request to the campaigns API returns a JSON data structure with 2 keys:
- count — the number of campaigns returned
- items — the details (LeadConduit Classic ID and name) of each campaign
An example request:
Related: accessing a campaign's fields
You can get list of campaign fields by calling the following resource, where #{campaign_id}
should be replaced with the ID of the specific campaign:
GET https://api.leadconduit.com/campaigns/#{campaign_id}/fields
See more details of accessing a campaign's fields.
Comments