Interface APIAccountMountsCollectionSummary

Account Mounts Collection Summary

/profile/user/wow/collections/mounts

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

interface APIAccountMountsCollectionSummary {
    _links: linksStruct;
    mounts: APIAccountMount[];
}

Properties

Properties

_links: linksStruct
mounts: APIAccountMount[]