Skip to content
Ads API •References / targets / Get Podcast Episode Topic Targets

Get Podcast Episode Topic Targets

Returns Podcast episode topic information. If no query parameter is provided, all episode topics will be returned.

Request

  • ids
    array of strings

    A list of unique identifiers for podcast episode topics.

    Example: ids=healthy-living
  • q
    string

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

    Example: q=query

Response

A list of podcast episode topics.

    • id
      string
    • name
      string

Response sample

{  "episode_topics": [    {      "id": "healthy-living",      "name": "Healthy Living"    }  ]}