HTTP/1.1 200 OK
Content-Type: application/json
{
"id": "81f63c2e-edbd-4c1a-9168-542ede3ce98f",
"object": "lead_list",
"name": "Example",
"status": "completed",
"shared": true,
"visible": false,
"owner": "user@example.com",
"type": "linkedin",
"options": {
"reveal_phone_numbers": false,
"validate_email": true,
"enrich": true,
},
"leads": [
{
"id": "81f63c2e-edbd-4c1a-9168-542ede3ce98a",
"object": "lead_list_entry",
"email": "lead@company1.com",
"person_id": "576ed970-a4c4-43a1-bdf0-154d1d9049ed",
"linkedin_url": "https://www.linkedin.com/in/lead1/",
"first_name": "Lead",
"last_name": "One",
"company_name": "Company 1",
"company_domain": "company1.com",
"industry": "Computer Software",
"title": "CEO",
"email_validation_result": {
"object": "email_validation_result",
"email": "lead@company1.com",
"result": "deliverable",
"catch_all": false
},
"data": {
// other data fields
}
},
{
"id": "81f63c2e-edbd-4c1a-9168-542ede3ce98a",
"object": "lead_list_entry",
"email": "lead@company2.com",
"person_id": "1dfe7176-5491-4e95-a20f-10ebac3c7c4b",
"linkedin_url": "https://www.linkedin.com/in/jim-smith",
"first_name": "Jim",
"last_name": "Smith",
"company_name": "Example, Inc",
"company_domain": "example.com",
"industry": "Computer Software",
"title": "CTO",
"email_validation_result": {
"object": "email_validation_result",
"email": "lead@company1.com",
"result": "deliverable",
"catch_all": false
},
"data": {
// other data fields
}
},
{
"id": "6ba3394f-b0f2-44e0-86e0-f360a0a8dcec",
"object": "lead_list_entry",
"email": null,
"person_id": null,
"linkedin_url": "https://www.linkedin.com/in/nobody",
"first_name": null,
"last_name": null,
"company_name": null,
"company_domain": null,
"industry": null,
"title": null,
"email_validation_result": null,
"data": {
// other data fields
}
}
],
"_links": {
"self": { "href": "/lead-lists/81f63c2e-edbd-4c1a-9168-542ede3ce98f" },
"prev": { "href": "/lead-lists/1?page[size]=100&page[before]=81f63c2e-edbd-4c1a-9168-542ede3ce98a" },
"next": { "href": "/lead-lists/1?page[size]=100&page[after]=81f63c2e-edbd-4c1a-9168-542ede3ce98a" }
}
}