Skip to main content
GET

Request

string
required
Your API key
string
required
The campaign ID

Response

string
Unique campaign identifier
string
Campaign name
string
Current campaign status: started, paused, draft, finished
string
Campaign type (e.g., regular)
integer
Total number of leads in the campaign
integer
Number of connection requests sent
integer
Number of messages sent
integer
Number of replies received
array
Array of LinkedIn sender IDs associated with this campaign
string
ISO 8601 timestamp of when the campaign was created
string
ISO 8601 timestamp of when the campaign was last updated

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

id
string
required

Campaign ID

Response

Campaign details

id
string
required
name
string
required
status
enum<string>
required
Available options:
started,
paused,
draft,
finished
totalLeads
integer
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
connectionsSent
integer
messagesSent
integer
repliesReceived
integer
description
string | null
type
string
linkedInSenderIds
string[]