cURL
curl --request GET \ --url https://api.amplemarket.com/lead-lists/{id} \ --header 'Authorization: Bearer <token>'
200
Processing
{ "id": "01989da6-571b-7c6c-b7d9-8b77f028a525", "object": "lead_list", "name": "my list", "status": "processing", "shared": true, "visible": false, "owner": "admin@example.com", "type": "linkedin", "created_at": "2025-08-12T09:39:40Z", "updated_at": "2025-08-12T09:39:40Z", "options": { "reveal_phone_numbers": true, "validate_email": true, "enrich": true }, "leads": [], "_links": { "self": { "href": "/lead-lists/01989da6-571b-7c6c-b7d9-8b77f028a525" } }}
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?