GET Premier Eligibility

https://pd.{shard}.a.pvp.net/premier/v1/player/eligibility

Get the Premier eligibility status for the player, including account verification, ranked placement, and any active restrictions.

Headers

URL Parameters

Other Variables

Response

type PremierEligibilityResponse = {
    /** Player UUID */
    subject: string;
    accountVerificationStatus: boolean;
    rankedPlacementCompletionStatus: boolean;
    matchLimitReached: boolean;
    isOnProvidedRoster: boolean;
    playerRestrictions?: unknown | null;
};