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
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AccountListImagesResponseBody.json"