Playlist detail (for managers)
GET
/manage/playlists/:playlistIdRetrieve a playlist for management. Only the community's admins can access it.
| Auth | Login required |
|---|
Path parameters
playlistIdstringrequiredPlaylist ID or slug.
Request
curl https://api.4s.link/manage/playlists/PLAYLIST_ID \-H "Authorization: Bearer 4s_at_..."
Example response
{"id": "p1a2b3c4-...","slug": "summer-events","title": "Summer Events","description": "...","thumbnailUrl": "https://.../thumb.png","communityId": "c1a2b3c4-...","itemCount": 12}