GET
/
lead-lists
/
{id}
curl --request GET \
  --url https://api.amplemarket.com/lead-lists/{id} \
  --header 'Authorization: Bearer <token>'
{
"id": "0197abd8-b101-7814-ba6d-9ee70e6baa01",
"object": "lead_list",
"name": "my list",
"status": "processing",
"shared": true,
"visible": false,
"owner": "admin@example.com",
"type": "linkedin",
"created_at": "2025-06-26T10:46:34Z",
"updated_at": "2025-06-26T10:46:34Z",
"options": {
"reveal_phone_numbers": true,
"validate_email": true,
"enrich": true
},
"leads": [],
"_links": {
"self": {
"href": "/lead-lists/0197abd8-b101-7814-ba6d-9ee70e6baa01"
}
}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Lead List id

Query Parameters

page[size]
string

Page size

page[after]
string

Page after

page[before]
string

Page before

Response

200
application/json

Successful

The response is of type object.