curl --request GET \
--url https://api.amplemarket.com/lead-lists/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "lead_list",
"name": "<string>",
"status": "queued",
"shared": true,
"visible": true,
"owner": "[email protected]",
"type": "linkedin",
"leads": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "lead_list_entry",
"email": "[email protected]",
"person_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"linkedin_url": "<string>",
"linkedin": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"company_domain": "<string>",
"industry": "<string>",
"title": "<string>",
"email_validation_result": {
"object": "email_validation_result",
"email": "[email protected]",
"result": "deliverable",
"catch_all": true
},
"data": {},
"phone_numbers": [
{
"object": "phone_number",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"type": "mobile",
"source": "amplemarket"
}
]
}
],
"_links": {
"self": {
"href": "<string>"
},
"prev": {
"href": "<string>"
},
"next": {
"href": "<string>"
}
},
"created_at": "<string>",
"updated_at": "<string>",
"options": {
"reveal_phone_numbers": true,
"validate_email": true,
"enrich": true
},
"_errors": [
{
"code": "<string>",
"title": "<string>",
"detail": "<string>",
"source": {
"pointer": "<string>"
}
}
]
}Retrieve Lead List
curl --request GET \
--url https://api.amplemarket.com/lead-lists/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "lead_list",
"name": "<string>",
"status": "queued",
"shared": true,
"visible": true,
"owner": "[email protected]",
"type": "linkedin",
"leads": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"object": "lead_list_entry",
"email": "[email protected]",
"person_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"linkedin_url": "<string>",
"linkedin": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>",
"company_domain": "<string>",
"industry": "<string>",
"title": "<string>",
"email_validation_result": {
"object": "email_validation_result",
"email": "[email protected]",
"result": "deliverable",
"catch_all": true
},
"data": {},
"phone_numbers": [
{
"object": "phone_number",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"number": "<string>",
"type": "mobile",
"source": "amplemarket"
}
]
}
],
"_links": {
"self": {
"href": "<string>"
},
"prev": {
"href": "<string>"
},
"next": {
"href": "<string>"
}
},
"created_at": "<string>",
"updated_at": "<string>",
"options": {
"reveal_phone_numbers": true,
"validate_email": true,
"enrich": true
},
"_errors": [
{
"code": "<string>",
"title": "<string>",
"detail": "<string>",
"source": {
"pointer": "<string>"
}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Lead List id
Page size
Page after
Page before
Successful
lead_list queued, processing, completed linkedin, email, title_and_company, name_and_company, salesforce, hubspot, person, adaptive Show child attributes
lead_list_entry Show child attributes
email_validation_result deliverable, risky, undeliverable, unknown Show child attributes
phone_number mobile, office, phone, landline, voip, direct amplemarket, crm, user_uploaded Was this page helpful?