Create a Playlist
POST https://api.spotify.com/v1/users/{{user_id}}/playlists
Request Body
{"name"=>"{{artist_name}} Mix", "public"=>false}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string |
POST https://api.spotify.com/v1/users/{{user_id}}/playlists
{"name"=>"{{artist_name}} Mix", "public"=>false}
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Authorization | string | ||
Content-Type | string |