---
title: "Create Game Server"
method: POST
path: "/app/game-server"
tags: ["Game Servers"]
---

# Create Game Server

`POST /app/game-server`

Cria um novo servidor de jogo.

## Request body

- object
  - `name` string, required — Nome do servidor de jogo

## Response `200`

OK

- object
  - `id` number
  - `store_id` number
  - `type` string, nullable
  - `name` string
  - `token` string
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/centralcart/apis/centralcart-api.md) · [All operations](https://skmtc.net/centralcart/apis/centralcart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centralcart/centralcart-api/revisions/6cbd98848375/schema)
