Skip to content
Ads API •References / targets / Get Interest Targets

Get Interest Targets

Returns interest targets information. If no query parameter is provided, all interest targets will be returned.

Request

  • ids
    array of strings

    A list of unique identifiers for interests.

    Example: ids=ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • q
    string

    Query to search by keyword via case-insensitive wildcard matching.

    Example: q=query

Response

A list of interest targets.

    • id
      string
    • name
      string

Response sample

{  "interests": [    {      "id": "1c5641ee-3eb2-4598-b723-20fb40b86b76",      "name": "Fitness"    }  ]}