This endpoint allows you to get information about all the Leads in Organization.
200 Leads data successfully retrieved.
Copy {
"id" : b8229d06 - 008d - 4881 - 8732 - 0dd72901c34e ,
"firstname" : "Mike" ,
"lastname" : "Smith" ,
"statusId" : c193ce9d - 6623 - 4c1e - a50d - 85c8e056a206 ,
"statusName" : "New" ,
"stageType" : "In Progress" ,
"description" : "The greatest potential investment ever" ,
"company" : "ABC Robotics" ,
"amount" : 1000000000 ,
"email" : "abc@robotics.com" ,
"website" : "robotics.com"
"leadSourceNames" : [
"Crunchbase" , "John Doe" , "Website"
]
}
200 Lead data successfully retrieved 404 Lead not found
Copy {
"id" : b8229d06 - 008d - 4881 - 8732 - 0dd72901c34e ,
"firstname" : "Mike" ,
"lastname" : "Smith" ,
"statusId" : c193ce9d - 6623 - 4c1e - a50d - 85c8e056a206 ,
"statusName" : "New" ,
"stageType" : "In Progress" ,
"description" : "The greatest potential investment ever" ,
"company" : "ABC Robotics" ,
"amount" : 1000000000 ,
"email" : "abc@robotics.com" ,
"website" : "robotics.com"
"leadSourceNames" : [
"Crunchbase" , "John Doe" , "Website"
]
}
Copy {
"timestamp" : "2019-12-02T11:20:17.201+0000" ,
"status" : 404 ,
"error" : "Not Found" ,
"message" : "Lead not found" ,
"path" : "/lead/564745a1-4964-420b-8c32-617737169050"
}