Ads API •References / Targets / Search Playlist Targets
Search Playlist Targets
Returns data for targetable playlists.
Request
- qstringAllow 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
- idstring
- namestring
Response sample
{ "playlist-targets": [ { "id": "id", "name": "name" }, { "id": "id", "name": "name" } ]}