We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allows to add a new Playlist.
URL: /v1/playlists
/v1/playlists
Method: POST
POST
Path Parameters: None
Query Parameters: None
Headers:
Authorization: Bearer {accessToken}
Content-Type: application/json
Content:
Content example:
{ "name": "The Weeknd - Top 10" }
Code: 200 OK
200 OK
{ "playlistId": "7bd2862f-8deb-4814-8943-156d9dab80dd" }
Code: 400 BAD REQUEST
400 BAD REQUEST
Condition: If a mandatory content field is missing.
{ "code": 400, "description": "Bad Request", "cause": "missing name" }
Code: 401 UNAUTHORIZED
401 UNAUTHORIZED
Condition: If {accessToken} is invalid or expired.
{accessToken}
Patch Playlist (Update Playlist)
Get Playlist
Get Playlists
Get Playlist Count
Delete Playlist
Put Playlist Song
Get Playlist Songs
Delete Playlist Song