Reference for http://www.bungie.net/Platform/Destiny2/{membershipType}/Profile/{destinyMembershipId}/Unlocks/

Given a json of unlock flag/value hashes as input, returns the current state of each flag/value.

Url: http://www.bungie.net/Platform/Destiny2/{membershipType}/Profile/{destinyMembershipId}/Unlocks/

HTTP Method:

Requires Sign-in: true

Url Parameters:

Parameter Name Description
membershipType A valid non-BungieNet membership type.
destinyMembershipId Destiny membership ID.

Request/Response Body Formats:

Message Direction Format Body
Request JSON JSON object
Response JSON JSON object

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

{
  "UnlockFlagsToQuery": null,
  "UnlockValuesToQuery": null
}

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,
  "DetailedErrorTrace": null
}