playlists
Gets the information necessary to access the playlist and what access the given user has.
get/playlists/{playlist_id}/access-info
Path parameters
playlist_idstring required
A Playlist ID
Query parameters
user_idstring
The user ID of the user making the request
Response
Success
Example response
{
"data": {
"stream_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
},
"download_conditions": {
"usdc_purchase": {
"splits": [
{
"user_id": 1234
}
]
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.