...

/

Manage Tracks in User’s Profile

Manage Tracks in User’s Profile

Learn to manage tracks in a user profile using Spotify API.

Overview

In this lesson, we'll use two types of HTTP requests. One is used to save a track to a user profile, whereas the other is used to remove a track from a user profile.

The base URL https://api.spotify.com/v1/me/tracks is used to save or delete tracks to the current user's profile. The PUT request ...