curl --request GET \
--url https://api.mottostreaming.com/streaming/playlists/v1/{playlist_id} \
--header 'Authorization: Bearer <token>'{
"playlist": {
"id": "<string>",
"name": "<string>",
"format": "PLAYLIST_FORMAT_UNSPECIFIED",
"private_url": "<string>",
"public_url": "<string>",
"dvr_settings": {
"window_size_seconds": 123
},
"visibility": "VISIBILITY_UNSPECIFIED",
"org_id": "<string>",
"project_id": "<string>",
"video_id": "<string>"
}
}GetPlaylist
Returns playlist object.
curl --request GET \
--url https://api.mottostreaming.com/streaming/playlists/v1/{playlist_id} \
--header 'Authorization: Bearer <token>'{
"playlist": {
"id": "<string>",
"name": "<string>",
"format": "PLAYLIST_FORMAT_UNSPECIFIED",
"private_url": "<string>",
"public_url": "<string>",
"dvr_settings": {
"window_size_seconds": 123
},
"visibility": "VISIBILITY_UNSPECIFIED",
"org_id": "<string>",
"project_id": "<string>",
"video_id": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes
The ID of the playlist. For example: "p2YzNCA-0PTigkfN8xN3L"
The name of the playlist. For example: "Raw" or "playlist 1"
PLAYLIST_FORMAT_UNSPECIFIED, PLAYLIST_FORMAT_HLS VISIBILITY_UNSPECIFIED, VISIBILITY_PUBLISHED, VISIBILITY_UNLISTED, VISIBILITY_HIDDEN