Game Servers
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816Responses
200
OK
application/json
default
Error response
application/json
get
/v1/stores/{storeId}/gameserversGET /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-10-30T00:51:08.503Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-10-30T00:51:08.503Z",
"last_fetched_commands_at": "2025-10-30T00:51:08.503Z"
},
"created_at": "2025-10-30T00:51:08.503Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-10-30T00:51:08.503Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816Body
namestringRequired
enabledbooleanRequired
Responses
200
OK
application/json
default
Error response
application/json
post
/v1/stores/{storeId}/gameserversPOST /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-10-30T00:51:08.503Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-10-30T00:51:08.503Z",
"last_fetched_commands_at": "2025-10-30T00:51:08.503Z"
},
"created_at": "2025-10-30T00:51:08.503Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-10-30T00:51:08.503Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816gameServerIdstring · flake-idRequiredExample:
411486491630370816Responses
200
OK
application/json
default
Error response
application/json
get
/v1/stores/{storeId}/gameservers/{gameServerId}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-10-30T00:51:08.503Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-10-30T00:51:08.503Z",
"last_fetched_commands_at": "2025-10-30T00:51:08.503Z"
},
"created_at": "2025-10-30T00:51:08.503Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-10-30T00:51:08.503Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}
]Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816gameServerIdstring · flake-idRequiredExample:
411486491630370816Responses
204
No Content
No content
default
Error response
application/json
delete
/v1/stores/{storeId}/gameservers/{gameServerId}DELETE /v1/stores/{storeId}/gameservers/{gameServerId} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content
Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816gameServerIdstring · flake-idRequiredExample:
411486491630370816Body
namestringOptional
enabledbooleanOptional
Responses
200
OK
application/json
default
Error response
application/json
patch
/v1/stores/{storeId}/gameservers/{gameServerId}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-10-30T00:51:08.503Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-10-30T00:51:08.503Z",
"last_fetched_commands_at": "2025-10-30T00:51:08.503Z"
},
"created_at": "2025-10-30T00:51:08.503Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-10-30T00:51:08.503Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Authorizations
Path parameters
storeIdstring · flake-idRequiredExample:
411486491630370816gameServerIdstring · flake-idRequiredExample:
411486491630370816Responses
200
OK
application/json
default
Error response
application/json
post
/v1/stores/{storeId}/gameservers/{gameServerId}/reset-tokenPOST /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-10-30T00:51:08.503Z",
"linked_to": {
"ip": "text",
"hostname": "text",
"platform": "text",
"version": "text",
"saved_at": "2025-10-30T00:51:08.503Z",
"last_fetched_commands_at": "2025-10-30T00:51:08.503Z"
},
"created_at": "2025-10-30T00:51:08.503Z",
"created_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"updated_at": "2025-10-30T00:51:08.503Z",
"updated_by": {
"type": "anonymous",
"id": "411486491630370816"
}
}Was this helpful?
