Add leads to campaign
POST
https://app.genuinelink.ai/api/v1/campaigns/{campaignId}/leadsAdds one or more leads to the campaign's lead list by LinkedIn URL. Existing leads with the same URL are deduplicated. Optional profile fields (name, email, company, etc.) enrich the lead record.
Authenticate with a company API key (`glc_…`). Agency keys (`gla_…`) are supported when you also pass `X-Company-Id` for the target client company.
Recent Requests
0 requests this session| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Path Params
string
required
Unique identifier of the campaign.
Body Params
Responses
Response Body
object
campaignIdstringrequired
Campaign identifier.
listIdstringrequired
Lead list ID leads were added to.
submittedintegerrequired
Number of leads submitted in the request.
addedintegerrequired
Number of new leads actually added (after deduplication).
totalInListintegerrequired
Total leads now in the list.