[GET] /my-skins

Description

Retrieves a list of skin IDs owned by the player. The data is fetched from the PlayerSkins table.

Required Query Parameter

Parameter
Type
Description

id (playerID)

int

The unique identifier of the player

Example Request

/my-skins?id=123

Response

Returns an array of Skin IDs associated with the specified player.

Last updated