The booth/skip endpoint enables you to skip the current DJ.
Note: You need to have sufficient permissions in the room to access this resource.
booth/skip
POST
userID: ID of the DJ you want to skip
historyID: History ID of the playback
{
"userID": -1,
"historyID": "xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx"
}
Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}
userID or historyID is missing
{
"data": [
"xxxxx is required"
],
"status": "requestError",
}
{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}