GET Player Avoid List

https://pd.{shard}.a.pvp.net/restrictions/v1/avoidList

Get the list of players the current player has chosen to avoid in matchmaking.

Headers

URL Parameters

Other Variables

Response

type PlayerAvoidListResponse = {
    /** Player UUID */
    Subject: string;
    AvoidList: unknown[];
};