Game Servers
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
Responses
200
OK
application/json
default
Error response
application/json
get
GET /v1/stores/{storeId}/gameservers HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"enabled": true,
"token": "text",
"token_reset_at": "2025-08-22T18:15:51.754Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-08-22T18:15:51.754Z",
"last_fetched_commands_at": "2025-08-22T18:15:51.754Z"
},
"created_at": "2025-08-22T18:15:51.754Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-08-22T18:15:51.754Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
Body
namestringRequired
enabledbooleanRequired
Responses
200
OK
application/json
default
Error response
application/json
post
POST /v1/stores/{storeId}/gameservers HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"name": "text",
"enabled": true
}
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"enabled": true,
"token": "text",
"token_reset_at": "2025-08-22T18:15:51.754Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-08-22T18:15:51.754Z",
"last_fetched_commands_at": "2025-08-22T18:15:51.754Z"
},
"created_at": "2025-08-22T18:15:51.754Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-08-22T18:15:51.754Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
gameServerIdstring · flake-idRequiredExample:
411486491630370816
Responses
200
OK
application/json
default
Error response
application/json
get
GET /v1/stores/{storeId}/gameservers/{gameServerId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"enabled": true,
"token": "text",
"token_reset_at": "2025-08-22T18:15:51.754Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-08-22T18:15:51.754Z",
"last_fetched_commands_at": "2025-08-22T18:15:51.754Z"
},
"created_at": "2025-08-22T18:15:51.754Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-08-22T18:15:51.754Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
gameServerIdstring · flake-idRequiredExample:
411486491630370816
Responses
204
No Content
default
Error response
application/json
delete
DELETE /v1/stores/{storeId}/gameservers/{gameServerId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
gameServerIdstring · flake-idRequiredExample:
411486491630370816
Body
namestringOptional
enabledbooleanOptional
Responses
200
OK
application/json
default
Error response
application/json
patch
PATCH /v1/stores/{storeId}/gameservers/{gameServerId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 30
{
"name": "text",
"enabled": true
}
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"enabled": true,
"token": "text",
"token_reset_at": "2025-08-22T18:15:51.754Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-08-22T18:15:51.754Z",
"last_fetched_commands_at": "2025-08-22T18:15:51.754Z"
},
"created_at": "2025-08-22T18:15:51.754Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-08-22T18:15:51.754Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816
gameServerIdstring · flake-idRequiredExample:
411486491630370816
Responses
200
OK
application/json
default
Error response
application/json
post
POST /v1/stores/{storeId}/gameservers/{gameServerId}/reset-token HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"name": "text",
"enabled": true,
"token": "text",
"token_reset_at": "2025-08-22T18:15:51.754Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-08-22T18:15:51.754Z",
"last_fetched_commands_at": "2025-08-22T18:15:51.754Z"
},
"created_at": "2025-08-22T18:15:51.754Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-08-22T18:15:51.754Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
Was this helpful?