Reference for http://www.bungie.net/Platform/User/GetAvailableAvatars/
Returns a list of all available avatars for the signed-in user.
Url: http://www.bungie.net/Platform/User/GetAvailableAvatars/
HTTP Method: GET
Requires Sign-in: true
Url Parameters: No Url Parameter documentation is available for this method.
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
}