originally posted in:BungieNetPlatform
I'm trying to get the full inventory of my characters but i'm not able to find the right API. With /Destiny/{membershipType}/Account/{destinyMembershipId}/Character/{characterId}/Inventory/ i Get only the equipped items and with /Destiny/{membershipType}/MyAccount/Vault/ I get an error: Method not allowed.
Anyone knows I can I get full inventory and why the Vault API doesn't work?
-
At this time, the public APIs intentionally do not show a character's non-equipped items, and there is no public API to access the vault. Access to both sets of data require authentication as the user whose items you are examining for the time being.
-