Leads
Update Lead Status
Pause, resume, or delete a lead in a campaign.
PUT
Headers
string
required
Your LinkedCamp API token.
Path Parameters
string
required
The ID of the lead.
Query Parameters
string
required
The action to perform on the lead.Available values:
PAUSE- Pause outreach to this leadRESUME- Resume outreach to this leadDELETED- Soft-delete the lead from the campaign
Response
boolean
Whether the request was successful.
string
A human-readable result message.
