Api Documentation

Man of the match

Man Of The Match allows users to vote for a player every match, The player witch the most votes will be declared the Man Of The Match.
Retrieves a list of Man Of The Match votes. If user authentication is enabled, you can only retrieve your own votes.
Retrieves a single Man Of The Match vote. If user authentication is enabled, you can only retrieve your own vote.
Creates a new Man Of The Match vote. Only available to API keys with user authentication.
Changes your Man Of The Match vote.
Deletes a Man Of The Match vote. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V2/man_of_the_match

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a votestring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}