Write

Unarchive Campaign

Restores an archived campaign back to active status so it can accept actions again. The operation is idempotent, meaning it returns no error if the campaign is already active. Fails with not found if the campaign_id does not exist.

unarchive_campaignPOST/api/v1/campaigns/{campaign_id}/unarchive
crispy — bash

Example prompt: Restore the q1-fintech-outreach campaign back to active

{
  "campaign_id": "q1-fintech-outreach",
  "archived": false,
  "status": "active"
}
Permission scope
core
Access
Write
Category
Campaigns

What you can build

Revive a seasonal campaign when the next cycle begins
Reactivate outreach you paused earlier without rebuilding it
Bring a campaign back online after a temporary hold
Safely retry restoration in automation without error handling

Parameters

Inputs accepted by unarchive_campaign.

NameTypeDescription
campaign_idstringThe campaign ID to unarchive (e.g. 'q1-fintech-outreach')

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.