Update and Delete User's Playlists
Learn how to update and delete a user's playlists.
We'll cover the following...
Adding a track to the playlist
It’s a splendid day and you are exploring new tracks. Luckily, you stumbled upon a track that suits your mood today so you want to save it to your playlist. By using this endpoint, we can add a track to a user’s playlist. We will use the POST
type of HTTP requests in this endpoint.
Press + to interact
The base URL for this endpoint is:
https://api.deezer.com/playlist/id/tracks
The request parameters for the above endpoint are given ...