Api Documentation

Match has players

List of players for a match.
Add a player to a match. Only available to API keys without user authentication.
Removes a player from a match. Only available to API keys without user authentication.
Json
XML
DELETE https://api.bundeling.com/V2/match_has_players

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a player participationstring

Example request

Headers

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

Example response

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