Reference for http://www.bungie.net/Platform/User/GetMembershipFromHardLinkedCredential/{crType}/{credential}/

Gets any hard linked membership given a credential. Only works for credentials that are public (just SteamID64 right now). Cross Save aware.

Url: http://www.bungie.net/Platform/User/GetMembershipFromHardLinkedCredential/{crType}/{credential}/

HTTP Method: GET

Requires Sign-in: false

Url Parameters:

Parameter Name Description
crType The credential type. 'SteamId' is the only valid value at present.
credential The credential to look up. Must be a valid SteamID64.

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