---
title: "List associated campaigns"
method: GET
path: "/v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations"
tags: ["Conversions"]
---

# List associated campaigns

`GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations`

LinkedIn-only today. Returns the campaigns currently associated with
this conversion rule. Note that auto-association on rule creation
runs once at create time; campaigns created after the rule still need
explicit association.

## Path parameters

- `accountId` string, required
- `destinationId` string, required

## Query parameters

- `adAccountId` string, required

## Response `200`

Associations listed

- object
  - `platform` 'linkedinads'
  - `associations` object[]
    - `campaignId` string
    - `conversionId` string
    - `associatedAt` integer — Epoch ms.

## Other responses

- `400` — Validation error.
- `401` — Unauthorized
- `403` — Ads add-on or LinkedIn reconnect required.
- `404` — Account or destination not found.
- `405` — Platform does not support associations.
- `429` — LinkedIn rate limit hit. Retry with backoff.

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/b8c9216f378a/schema)
