Ads APIReferences / 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

  • idsarray of strings

    A list of unique identifiers for podcast episode topics.

    Example: ids=healthy-living
  • qstring

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

    Example: q=query

Response

A list of podcast episode topics.

    • idstring
    • namestring

Response sample

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