GET Gift Purchaser Eligibility

https://pd.{shard}.a.pvp.net/store/v1/gifts/{puuid}/purchasereligibility

Check whether a player is eligible to send gifts to others.

Headers

URL Parameters

Other Variables

Response

type GiftPurchaserEligibilityResponse = {
    FailureReasons: string[];
    /** 0 = not eligible, 2 = eligible */
    GiftingEligibleStatus: number;
};