Reference for http://www.bungie.net/d1/Platform/Destiny/{membershipType}/MyAccount/Vault/

Returns the vault for the account of the given Membership Type. You must have an account linked for this membership type for it to work. Please use GetVaultSummary when possible, it returns more compact information.

Url: http://www.bungie.net/d1/Platform/Destiny/{membershipType}/MyAccount/Vault/

HTTP Method: GET

Requires Sign-in: true

Url Parameters:

Parameter Name Description
membershipType A valid non-BungieNet membership type.
definitions If False, will not return definition information.
accountId Destiny membership ID of another user if you want to try to peek at their vault. You may be denied.

Request/Response Body Formats:

Message Direction Format Body
Request N/A HTTP Get requests have no request body.
Response JSON JSON object

The following is an example of a response JSON body for this method.

{
  "Response": null,
  "ErrorCode": 0,
  "ThrottleSeconds": 0,
  "ErrorStatus": null,
  "Message": null,
  "MessageData": null
}