API - API call to list Leads and Lead Fields
List all Leads
{
"data": {
"total": 1134,
"leads": [
{
"id": 2035,
"fullname": "noreply-spamdigest via TeamDev",
"email": "[email protected]"
},
{
```
Name
Value
List only ONE specific Lead
List ALL fields of only ONE specific Lead
List only SOME fields of only ONE specific Lead
PreviousAPI - API call to List Support sessions of a LeadNextAPI - Call to list the instance's leads searching for a specific field
Last updated
Was this helpful?