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
chevron-right
200

OK

application/json

Represents a game server in the PayNow system with authentication tokens and linking information.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
namestringRequired

The display name of the game server.

enabledbooleanRequired

Indicates whether the game server is currently enabled.

tokenstring · nullableOptional

The authentication token used by the game server to access the PayNow API.

token_reset_atstring · nullableOptional

The date and time when the authentication token was last reset, if applicable.

created_atstring · date-timeRequired

The date and time when the game server was created in the system.

updated_atstring · nullableOptional

The date and time when the game server was last updated, if applicable.

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
chevron-right
200

OK

application/json

Represents a game server in the PayNow system with authentication tokens and linking information.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
namestringRequired

The display name of the game server.

enabledbooleanRequired

Indicates whether the game server is currently enabled.

tokenstring · nullableOptional

The authentication token used by the game server to access the PayNow API.

token_reset_atstring · nullableOptional

The date and time when the authentication token was last reset, if applicable.

created_atstring · date-timeRequired

The date and time when the game server was created in the system.

updated_atstring · nullableOptional

The date and time when the game server was last updated, if applicable.

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
chevron-right
200

OK

application/json

Represents a game server in the PayNow system with authentication tokens and linking information.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
namestringRequired

The display name of the game server.

enabledbooleanRequired

Indicates whether the game server is currently enabled.

tokenstring · nullableOptional

The authentication token used by the game server to access the PayNow API.

token_reset_atstring · nullableOptional

The date and time when the authentication token was last reset, if applicable.

created_atstring · date-timeRequired

The date and time when the game server was created in the system.

updated_atstring · nullableOptional

The date and time when the game server was last updated, if applicable.

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
chevron-right
200

OK

application/json

Represents a game server in the PayNow system with authentication tokens and linking information.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
namestringRequired

The display name of the game server.

enabledbooleanRequired

Indicates whether the game server is currently enabled.

tokenstring · nullableOptional

The authentication token used by the game server to access the PayNow API.

token_reset_atstring · nullableOptional

The date and time when the authentication token was last reset, if applicable.

created_atstring · date-timeRequired

The date and time when the game server was created in the system.

updated_atstring · nullableOptional

The date and time when the game server was last updated, if applicable.

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
chevron-right
200

OK

application/json

Represents a game server in the PayNow system with authentication tokens and linking information.

idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
namestringRequired

The display name of the game server.

enabledbooleanRequired

Indicates whether the game server is currently enabled.

tokenstring · nullableOptional

The authentication token used by the game server to access the PayNow API.

token_reset_atstring · nullableOptional

The date and time when the authentication token was last reset, if applicable.

created_atstring · date-timeRequired

The date and time when the game server was created in the system.

updated_atstring · nullableOptional

The date and time when the game server was last updated, if applicable.

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

Last updated

Was this helpful?