GET Pre-Game Player

https://glz-{region}-1.{shard}.a.pvp.net/pregame/v1/players/{puuid}

Get the pre-game match ID for the provided player

Headers:

URL Parameters:

Other Variables:

Response:

type Pre-GamePlayerResponse = {
    /** Player UUID */
    Subject: string;
    /** Pre-Game Match ID */
    MatchID: string;
    Version: number;
};