cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.listImages \ --header 'Authorization: Bearer <token>'
{ "images": [ { "active": true, "fileName": "<string>", "imageId": "<string>", "imageType": "avatar" } ], "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The images the account has
Show child attributes
Whether the image is active or not
The name of the file
The id of the image
The type of the image
avatar
background
avatar_frame
aniamted_avatar
mini_background
A URL to the JSON Schema for this object.