Ads APIReferences / targets / Get Playlist Targets

Get Playlist Targets

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

Request

  • idsarray of strings

    A list of unique identifiers for playlists.

    Example: ids=cooking&ids=gaming
  • qstring

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

    Example: q=query

Response

A list of playlists.

    • idstring
    • namestring

Response sample

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