Leads¶
Leads Controller
Operations¶
| Method | Path | Operation |
|---|---|---|
| GET | /rest/v1/lead/{leadId}.json |
Get Lead by Id |
| GET | /rest/v1/leads.json |
Get Leads by Filter Type |
| POST | /rest/v1/leads.json |
Sync Leads |
| POST | /rest/v1/leads/delete.json |
Delete Leads |
| GET | /rest/v1/leads/describe.json |
Describe Lead |
| GET | /rest/v1/leads/describe2.json |
Describe Lead2 |
| GET | /rest/v1/leads/partitions.json |
Get Lead Partitions |
| POST | /rest/v1/leads/partitions.json |
Update Lead Partition |
| GET | /rest/v1/leads/programs/{programId}.json |
Get Leads by Program Id |
| POST | /rest/v1/leads/programs/{programId}/status.json |
Change Lead Program Status |
| POST | /rest/v1/leads/push.json |
Push Lead to Marketo |
| GET | /rest/v1/leads/schema/fields.json |
Get Lead Fields |
| POST | /rest/v1/leads/schema/fields.json |
Create Lead Fields |
| GET | /rest/v1/leads/schema/fields/{fieldApiName}.json |
Get Lead Field by Name |
| POST | /rest/v1/leads/schema/fields/{fieldApiName}.json |
Update Lead Field |
| POST | /rest/v1/leads/submitForm.json |
Submit Form |
| POST | /rest/v1/leads/{leadId}/associate.json |
Associate Lead |
| GET | /rest/v1/leads/{leadId}/listMembership.json |
Get Lists by Lead Id |
| POST | /rest/v1/leads/{leadId}/merge.json |
Merge Leads |
| GET | /rest/v1/leads/{leadId}/programMembership.json |
Get Programs by Lead Id |
| GET | /rest/v1/leads/{leadId}/smartCampaignMembership.json |
Get Smart Campaigns by Lead Id |
| GET | /rest/v1/program/members/describe.json |
Describe Program Member |