Skip to main content
GET

Request

string
required
Your API key
string
required
The lead ID

Response

string
Unique lead identifier
string
LinkedIn profile URL of the lead
string
Current lead status
string
Lead’s first name (if available)
string
Lead’s last name (if available)
string
Lead’s job title (if available)
string
Lead’s company (if available)
string
The campaign this lead belongs to
string
ISO 8601 timestamp when the lead was added
string
ISO 8601 timestamp of last update

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Lead ID

Response

Lead details

id
string
required
linkedinUrl
string
required
status
enum<string>
required
Available options:
PENDING,
CONNECTION_SENT,
CONNECTION_ACCEPTED,
MESSAGE_SENT,
REPLY_RECEIVED,
DONE
campaignId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
firstName
string | null
lastName
string | null
title
string | null
company
string | null