GET
/
lead-lists
/
{id}
{
  "id": "019440e0-558d-7fd7-b72f-b308b03f11ba",
  "object": "lead_list",
  "name": "my list",
  "status": "processing",
  "shared": true,
  "visible": false,
  "owner": "foo-39@email.com",
  "type": "linkedin",
  "created_at": "2025-01-07T13:07:11Z",
  "updated_at": "2025-01-07T13:07:11Z",
  "options": {
    "reveal_phone_numbers": true,
    "validate_email": true,
    "enrich": true
  },
  "leads": [],
  "_links": {
    "self": {
      "href": "/lead-lists/019440e0-558d-7fd7-b72f-b308b03f11ba"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

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/vnd.amp+json
id
string
required
leads
object[]
required
name
string
required
object
enum<string>
required
Available options:
lead_list
owner
string
required
shared
boolean
required
status
enum<string>
required
Available options:
queued,
processing,
completed
type
enum<string>
required
Available options:
linkedin,
email,
title_and_company,
name_and_company,
salesforce,
hubspot,
person,
adaptive
visible
boolean
required
_errors
object[]
created_at
string
options
object
updated_at
string