Interface APIAccountProfileSummary

Account Profile Summary

/profile/user/wow

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

interface APIAccountProfileSummary {
    _links: linksStruct;
    wow_accounts: { characters: APIAccountProfileCharacter[]; id: number }[];
}

Properties

Properties

_links: linksStruct
wow_accounts: { characters: APIAccountProfileCharacter[]; id: number }[]