Interface APIAccountToysCollectionSummary

Account Toys Collection Summary

/profile/user/wow/collections/toys

interface APIAccountToysCollectionSummary {
    _links: linksStruct;
    toys: APIAccountToy[];
}

Properties

Properties

_links: linksStruct