---
title: "Get a conversion destination"
method: GET
path: "/v1/accounts/{accountId}/conversion-destinations/{destinationId}"
tags: ["Conversions"]
---

# Get a conversion destination

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

LinkedIn-only today. Returns the full destination record for one
conversion rule. The `adAccountId` query parameter is required because
LinkedIn rules are scoped to a sponsored ad account.

## Path parameters

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

## Query parameters

- `adAccountId` string, required

## Response `200`

Destination fetched

- object
  - `platform` 'linkedinads'
  - `destination` ConversionDestination — A discoverable conversion destination on an ad platform — a Meta pixel, Google conversion action, or LinkedIn conversion rule. Returned by `listConversionDestinations`, `getConversionDestination`, `createConversionDestination`, and `updateConversionDestination`.
    - `id` string, required — Platform-native identifier. Pass back as `destinationId` on event send and as the path segment on CRUD endpoints.
    - `name` string, required
    - `type` string — Present when the platform locks the event type/category to the destination (Google conversion actions, LinkedIn conversion rules). Absent for Meta pixels (which accept any event name per request).
    - `status` 'active' | 'inactive' — For LinkedIn, `inactive` means the rule is soft-deleted (`enabled: false`).
    - `adAccountId` string — Set by adapters whose destinations are scoped to a specific ad account (LinkedIn). Pass back on subsequent CRUD calls to identify the parent ad account.

## 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 fetching a single destination.
- `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/5d3a131531d9/schema)
