The votes endpoint enables you to woot or meh the current media.
votes
POST
direction: Literally the direction of your vote and as such 1 is interpreted as woot and -1 as meh
historyID: Internal GUID v4 history ID of the current playback
{
"direction": 1,
"historyID": "xxxxxxxx-xxxx-4xxx-xxxxx-xxxxxxxxxxxx"
}Insufficient permissions (not being logged in)
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}