Get User Icons
This endpoint retrieves user's custom icons.
Response
The response is a JSON object with a displayIcons array which 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
Required Scope
user:icons:manage
Responses
displayIconsarray
[items]object
createdAtstring
displayIconIdstring
mediaIdstring
publicboolean
urlstring
userIdstring
{
"displayIcons": [
{
"createdAt": "2025-05-28T16:16:06.451Z",
"displayIconId": "683736c62fd7c5cd177d206f",
"mediaId": "XBkuY6DBFn5iRfFS6nV6CTWaCrEvBOOX8nzV9Y64h8I",
"public": false,
"url": "https://media-secure-v2-test.aws.fooropa.com/icons/XBkuY6DBFn5iRfFS6nV6CTWaCrEvBOOX8nzV9Y64h8I",
"userId": "auth0|65afcb79a4f5ae5550e6e63a"
},
{
"createdAt": "2025-05-28T17:38:26.222Z",
"displayIconId": "68374a1290f87ae7aaa1a6fc",
"mediaId": "9KPr0oMDLrmVpO-gzJIJs9RmsJHOFlTksV1kTZepFl4",
"public": false,
"url": "https://media-secure-v2-test.aws.fooropa.com/icons/9KPr0oMDLrmVpO-gzJIJs9RmsJHOFlTksV1kTZepFl4",
"userId": "auth0|65afcb79a4f5ae5550e6e63a"
}
]
}GET
/media/displayIcons/user/meServer URL: https://api.yotoplay.com
curl "https://api.yotoplay.com/media/displayIcons/user/me"