Lead
Retrieves the collection of Lead resources.
Retrieves the collection of Lead resources.
get/leads
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
Lead collection
Example response
[
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "90300000072369",
"email": "ron.aurthor@gmail.com",
"firstName": "Ronald",
"lastName": "Aurthor",
"primaryPhone": "416-555-0126",
"addressLine1": "39 Parliment road",
"city": "Detroit",
"country": "United States",
"company": "Ronalds Hot Rods",
"postalCode": "48653",
"website": "https://www.ronshotrods.com",
"industry": "Automotive",
"skypeUsername": "ronaldAurthor0127",
"twitter": "@ronaldAutomotive",
"annualRevenue": "50000000",
"employeeCount": 113,
"created": "2021-07-28 00:00:00",
"modified": "2021-09-15 00:00:00"
}
]