Api Documentation

Matches

Matches can be sponsored by Customers through the sponsor_customers field. The players field contains an array of player uuid's. To turn these uuid's into names, use the PLAYERS endpoint. When the Man of the Match module is enabled, users can vote for their Man of the Match through the MANOFTHEMATCH endpoint.
Creates a new match. Only available to API keys without user authentication.
Creates a new match. Only available to API keys without user authentication.
Deletes a single match. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V2/matches

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a matchstring

Example request

Headers

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

Example response

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