iVvy Developer API
Home
Support
System Status
Login
Search…
API Documentation
Getting Started
Contacts & Companies
Event
Venue
Partner
Invoice
Account
CRM
Get Lead List
Get Opportunity List
Get Task List
Get Activity List
Get Lead Stage List
Get Lead Type List
Get Lead Quality List
Get Lead Source List
Get Lead Channel List
Add or Update Activity Purpose
Add or Update Activity
Add or Update Task
Add or Update Lead Quality
Add or Update Lead Stage
Add or Update Lead Channel
Add or Update Lead Type
Add or Update Lead Source
Development Reference
Powered By
GitBook
Get Lead Source List
post
[PlatformAddress]/api/1.0/crm?action=getLeadSourceList
Get Lead Source List
Get a list of lead sources.
1
{
2
"meta": {
3
"totalResults": 6,
4
"start": 0,
5
"perPage": 100,
6
"count": 5
7
},
8
"results": [
9
{
10
"id": 1,
11
"name": "iVvy Marketplace",
12
"description": null,
13
"cost": 0,
14
"isReferral": false,
15
"defaultType": null
16
},
17
{
18
"id": 2,
19
"name": "Website Widget",
20
"description": null,
21
"cost": 0,
22
"isReferral": false,
23
"defaultType": null
24
},
25
{
26
"id": 3,
27
"name": "Google",
28
"description": "",
29
"cost": 1,
30
"isReferral": false,
31
"defaultType": null
32
},
33
{
34
"id": 4,
35
"name": "Third Party Websites",
36
"description": null,
37
"cost": 0,
38
"isReferral": false,
39
"defaultType": null
40
},
41
{
42
"id": 189,
43
"name": "Referral Program",
44
"description": null,
45
"cost": 0,
46
"isReferral": false,
47
"defaultType": 1
48
}
49
]
50
}
Copied!
The result from this call will be a
collection
of all the lead stages the user has access to. This call also accepts the
pagination
and
filter
properties.
Previous
Get Lead Quality List
Next
Get Lead Channel List
Last modified
8mo ago
Copy link