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

Get Playlist Targets

Returns playlist information. If no query parameter is provided, all playlists will be returned.

Request

  • ids
    array of strings

    A list of unique identifiers for playlists.

    Example: ids=cooking&ids=gaming
  • q
    string

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

    Example: q=query

Response

A list of playlists.

    • id
      string
    • name
      string

Response sample

{  "playlists": [    {      "id": "holidays",      "name": "Holidays"    }  ]}