GET
/
lead-lists
/
{id}
curl --request GET \
  --url https://api.amplemarket.com/lead-lists/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "018f0682-404b-75ba-89d2-bcd108ec47c8",
  "object": "lead_list",
  "name": "my list",
  "status": "processing",
  "shared": true,
  "visible": false,
  "owner": "foo-244@email.com",
  "type": "linkedin",
  "options": {
    "reveal_phone_numbers": true,
    "validate_email": true,
    "enrich": true
  },
  "leads": [],
  "_links": {
    "self": {
      "href": "/lead-lists/018f0682-404b-75ba-89d2-bcd108ec47c8"
    }
  }
}

Authorizations

Authorization
string
headerrequired

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
object
enum<string>
required
Available options:
lead_list
name
string
required
status
enum<string>
required
Available options:
queued,
processing,
completed
shared
boolean
required
visible
boolean
required
owner
string
required
type
enum<string>
required
Available options:
linkedin,
email,
title_and_company,
name_and_company,
salesforce,
person
options
object
leads
object[]
required
_errors
object[]
_links
object
required