Retrieve the player of the match

GET {{baseUrl}}/{{version}}/stats/votes/events/{event_id}

returns the player of a match of a given event by event Unique Identification (UID) event_id

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Player of the match","result":[],"votes":[]}