Skip to content
Ads APIReferences / targets / Get Playlist Targets

Get Playlist Targets

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

Request

  • q
    string

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

    Example value: "queen"

Response

A list of playlists.

    • id
      string
    • name
      string

Response sample

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