The booth endpoint enables you to join (POST) or leave (DELETE) the waitlist.
booth
POST, DELETE
Insufficient permissions
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}
User doesn't have an active/valid playlist
{
"data": [
"This request was understood but is forbidden."
],
"status": "noValidPlaylist",
}
Not in a room
{
"data": [
"not in a room."
],
"status": "requestError",
}
{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}