Retrieve all playlists related to given project.
Result is paginated and can be sorted.
Path parameters
-
project_id
Required
GET
/data/projects/{project_id}/playlists
curl \
--request GET 'http://api.example.com/data/projects/{project_id}/playlists' \
--header "Authorization: $API_KEY"