cURL
curl --request GET \ --url https://api.scoot.app/api/v1/social/playlist/{playlistId}/track \ --header 'X-API-Key: <api-key>'
[ { "audioTrackId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "trackKey": "<string>", "folder": "<string>", "fileSize": 123, "opusKey": "<string>", "opusSize": 123, "title": "<string>", "artists": "<string>", "composer": "<string>", "genre": "<string>", "album": "<string>", "duration": 123, "marketingLabel": "<string>" } ]
Page number to get, used with pageSize
Number of items to get in one request, used with page
Property to sort by. Append ',' and directions 'asc/desc' to change direction
OK