---
title: "Search targeting interests"
method: GET
path: "/v1/ads/interests"
tags: ["Ad Targeting"]
deprecated: true
---

# Search targeting interests

`GET /v1/ads/interests`

> **Deprecated.**

Deprecated alias for `GET /v1/ads/targeting/search?dimension=interest`. Kept for
backward compatibility, it returns the legacy `{ interests: [...] }` shape rather
than the normalized `{ results: [...] }`. New integrations should use
`GET /v1/ads/targeting/search` with `dimension=interest`.

## Query parameters

- `q` string, required
- `accountId` string, required

## Response `200`

Matching interests

- object
  - `interests` object[]
    - `id` string
    - `name` string
    - `category` string

## Other responses

- `401` — Unauthorized
- `403` — Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.

---

[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/versions/51932b099b2f/schema)
