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 saves the track, whereas a DELETE request removes the specified track from the user profile.

Request parameters

This endpoint has the following query parameter.

Get hands-on with 1200+ tech skills courses.