cURL
curl --request GET \ --url https://api.amplemarket.com/lead-lists/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "01985a67-d2aa-77c3-b289-16b656bd3c0e", "object": "lead_list", "name": "my list", "status": "processing", "shared": true, "visible": false, "owner": "admin@example.com", "type": "linkedin", "created_at": "2025-07-30T08:16:50Z", "updated_at": "2025-07-30T08:16:50Z", "options": { "reveal_phone_numbers": true, "validate_email": true, "enrich": true }, "leads": [], "_links": { "self": { "href": "/lead-lists/01985a67-d2aa-77c3-b289-16b656bd3c0e" } }}
Retrieve Lead List
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Lead List id
Page size
Page after
Page before
Successful
The response is of type object.
object
Was this page helpful?