Get Server Shop Items
GET
/api/v1/servers/{id}/shop
Gets all items in a server’s shop, regardless of whether or not economy/shop is enabled.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: int64
The ID of the server.
Responses
Section titled “ Responses ”A list of shop items.
Array<object>
object
serverId
string format: int64
id
string format: uuid
name
string
price
integer format: int32
description
string
reward
string
If you do not have access to this server.
If the server does not exist.