POST Gift Recipient Eligibility

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

Check whether a specific recipient player is eligible to receive a gift from the purchaser.

Headers

URL Parameters

Other Variables

Response

type GiftRecipientEligibilityResponse = {
    PurchaserFailureReasons: string[];
    RecipientFailureReasons: string[];
    RecipientOffers: unknown[];
};