Skip to content

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.

id
required
string format: int64

The ID of the server.

A list of shop items.

Array<object>
object
serverId
string format: int64
id
string format: uuid
name
string
nullable
price
integer format: int32
description
string
nullable
reward
string
nullable

If you do not have access to this server.

If the server does not exist.