Interface APIAccountHeirloomsCollectionSummary

Account Heirlooms Collection Summary

/profile/user/wow/collections/heirlooms

This is specific to the currently logged-in user's bnet account

interface APIAccountHeirloomsCollectionSummary {
    _links: linksStruct;
    heirlooms: APIAccountHeirloom[];
}

Properties

Properties

_links: linksStruct
heirlooms: APIAccountHeirloom[]