curl --request POST \
--url https://api.amplemarket.com/lead-lists \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"shared": true,
"owner": "[email protected]",
"type": "linkedin",
"leads": [
{
"linkedin_url": "<string>",
"email": "[email protected]",
"title": "<string>",
"company_name": "<string>",
"company_domain": "<string>"
}
],
"name": "<string>",
"visible": true,
"options": {
"reveal_phone_numbers": true,
"validate_email": true,
"enrich": true
}
}
'{
"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>"
}
}
]
}Create Lead List
curl --request POST \
--url https://api.amplemarket.com/lead-lists \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"shared": true,
"owner": "[email protected]",
"type": "linkedin",
"leads": [
{
"linkedin_url": "<string>",
"email": "[email protected]",
"title": "<string>",
"company_name": "<string>",
"company_domain": "<string>"
}
],
"name": "<string>",
"visible": true,
"options": {
"reveal_phone_numbers": true,
"validate_email": true,
"enrich": true
}
}
'{
"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.
Leads to create the list with
linkedin, email, titles_and_company Lead List accepted
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?