Skip to content
Ads APIReferences / Targets / Search Playlist Targets

Search Playlist Targets

Returns data for targetable playlists.

Request

  • q
    string
    Allow empty

    Search for playlist by name. Ex: 'workout', 'work'. If you omit this r, you get back the full list of playlist targets.

Response

  • Required
    • id
      string
    • name
      string

Response sample

{  "playlist-targets": [    {      "id": "id",      "name": "name"    },    {      "id": "id",      "name": "name"    }  ]}