Game Servers

Get Game Servers for a store

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/gameservers

Create a new Game Server for a store

post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
namestringRequired
enabledbooleanRequired
Responses
200

OK

application/json
post
/v1/stores/{storeId}/gameservers

Get a Game Server by ID for a store

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/gameservers/{gameServerId}

Delete a Game Server by ID for a store

delete
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Responses
delete
/v1/stores/{storeId}/gameservers/{gameServerId}

No content

Update a Game Server By ID for a store

patch
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Body
namestringOptional
enabledbooleanOptional
Responses
200

OK

application/json
patch
/v1/stores/{storeId}/gameservers/{gameServerId}

Reset the API Key Token for a Game Server for a store

post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
gameServerIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
post
/v1/stores/{storeId}/gameservers/{gameServerId}/reset-token

Last updated

Was this helpful?