GET Current Game Player

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

Get the current game match ID for the provided player

Headers

URL Parameters

Other Variables

Response

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