Interface APIAccountCollectionsIndex

Account Collections Index

/profile/user/wow/collections

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

interface APIAccountCollectionsIndex {
    _links: linksStruct;
    heirlooms: hrefStruct;
    mounts: hrefStruct;
    pets: hrefStruct;
    toys: hrefStruct;
    transmogs: hrefStruct;
}

Properties

_links: linksStruct
heirlooms: hrefStruct
mounts: hrefStruct
transmogs: hrefStruct