Campaigns
Update Campaign Status
Update the status of a specific campaign.
PUT
Headers
string
required
Your LinkedCamp API token.
Path Parameters
string
required
The ID of the campaign to update.
Query Parameters
string
required
The new status to set for the campaign.Available values:
ACTIVE, PAUSED, COMPLETED, FAILED, ARCHIVEDResponse
boolean
Whether the request was successful.
string
A human-readable result message.
