>_

SpendSignoff documentation

The always-on operator for your ad accounts. Read and draft from your AI client — approve before anything goes live.

API reference / LinkedIn Ads

List LinkedIn Campaigns

GET/v1/linkedin-ads/list-linkedin-campaigns

List LinkedIn Campaigns on LinkedIn Ads. Returns a paginated collection, read-only.

Parameters

NameTypeRequiredDescription
account_idstringyesThe connected ad account ID.
campaign_idstringnoTarget campaign.
date_rangestringnoe.g. "LAST_30_DAYS". Read-only filter.

Example request

GET /v1/linkedin-ads/list-linkedin-campaigns

{
  "account_id": "account_a91f",
  "campaign_id": "campaign_a91f",
  "date_range": "LAST_30_DAYS"
}

Example response

200 — OK

{
  "data": [
    {
      "id": "camp_a91f",
      "name": "Q2 Brand",
      "status": "ENABLED"
    }
  ],
  "page": {
    "next": null
  }
}

More LinkedIn Ads endpoints

    List LinkedIn Campaigns — LinkedIn Ads API — SpendSignoff