GenuineLink
OpenAPI

Pause campaign

POSThttps://app.genuinelink.ai/api/v1/campaigns/{campaignId}/pause

Pauses an active campaign. No new outreach actions are dispatched while paused, but the campaign retains its queue and can be resumed later.

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
TimeStatusUser Agent
Make a request to see history.

Path Params

string
required

Unique identifier of the campaign to pause.

Responses

object

A campaign belonging to the authenticated company account.

idstringrequired

Opaque public campaign identifier.

namestringrequired

Campaign display name.

statusstring enumrequired

Lifecycle status of the campaign.

DRAFTACTIVEPAUSEDCOMPLETEDINITIALIZE
settingsobject | null

Public campaign schedule and language settings. Internal-only fields are never included.

linkedinAccountIdstring | null

Opaque public LinkedIn account identifier used to send this campaign.

leadlistIdstring | null

Opaque public lead list identifier attached to the campaign.

prioritystring enumrequired

Scheduling priority relative to other campaigns.

LOWMEDIUMHIGH
createdAtstringrequired

ISO-8601 creation timestamp.

updatedAtstringrequired

ISO-8601 last update timestamp.

archivedbooleanrequired

True when the campaign has been archived (soft-deleted).

    GenuineLink Developer | GenuineLink