Skip to main content
GET
https://api.centralcart.com.br
/
v1
/
app
/
game-server
List Game Servers
curl --request GET \
  --url https://api.centralcart.com.br/v1/app/game-server
[
  {
    "id": 1,
    "store_id": 1,
    "type": "PLUGIN",
    "name": "Servidor Principal",
    "token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "created_at": "2024-01-31T16:03:28.000-03:00",
    "updated_at": "2024-01-31T16:03:28.000-03:00"
  }
]

Response

id
number
ID único do servidor
store_id
number
ID da loja
type
string
Tipo do servidor: PLUGIN ou MYSQL
name
string
Nome do servidor
token
string
Token único do servidor (usado para autenticação)
created_at
string
Data de criação do servidor
updated_at
string
Data da última atualização do servidor
[
  {
    "id": 1,
    "store_id": 1,
    "type": "PLUGIN",
    "name": "Servidor Principal",
    "token": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "created_at": "2024-01-31T16:03:28.000-03:00",
    "updated_at": "2024-01-31T16:03:28.000-03:00"
  }
]