cURL
curl --request POST \ --url https://api.amplemarket.com/lead-lists/{id}/leads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "linkedin", "leads": [ { "linkedin_url": "<string>", "email": "jsmith@example.com", "title": "<string>", "company_name": "<string>", "company_domain": "<string>" } ] }'
202
Lead List type: linkedin
{ "total": 1, "total_added_to_lead_list": 1}
Add Leads to the Lead List
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lead List id
Leads to add to the list
The body is of type object.
object
Lead List Leads accepted
The response is of type object.
Was this page helpful?