get user icons
GET
/media/displayIcons/user/me
This endpoint retrieves user's custom icons.
Response
The response is a JSON object with the following schema:
{
"displayIcons": [
{
"mediaId": "_1Xx-QJgvHu9xI0"
"userId": "72205f4149aa1d1",
"createdAt": "2025-03-27T13:37:16.344Z",
"displayIconId": "67e5548cd71787bae9ee3087",
"public": false,
"url": "https://media-secure.aws.com/icons/mlWc6s-JG"
}
]
}
The displayIcons
array contains objects with the following properties:
-
mediaId
(string): A unique identifier for the underlying icon file -
userId
(string): The ID of the user who uploaded this icon -
createdAt
(string, ISO 8601): The timestamp (UTC) when this display icon record was created -
url
(string): A publicly accessible icon URL -
public
(boolean): Indicates if the display icon is public. Always false for user's icons. -
displayIconId
(string): Unique identifier for the icon
Authorizations
bearerAuth
TypeHTTP (bearer)