originally posted in:BungieNetPlatform
View Entire Topic
probably a stupid question, but can you affect changes to characters through the API?
I noticed an "equip" button on some items in the Bungie web app, but it doesn't have any affect
would love to write an app that lets me move weapons between my characters, but I'm assuming that's impossible right now
English
-
Make a POST request to https://www.bungie.net/Platform/Destiny/EquipItem/ with the following JSON object:[quote]{ characterId: "xxxxxxxxxxx" itemId: "xxxxxxxxxxx" membershipType: "2" }[/quote]Note: you'll need be authorised (have cookies) to do it.