Skip to main content

Check user access

Call to confirm the user is allowed to access

Path Parameters
name string REQUIRED

Example: ovddykvbs

Request Body
steam_id string

Supports steam_id or eos_id.

eos_id string

Supports steam_id or eos_id.

client_id string REQUIRED
client_secret string REQUIRED
Responses
200

successful operation

Schema OPTIONAL
identifier string OPTIONAL
steam_id string OPTIONAL
eos_id string OPTIONAL
allowed boolean OPTIONAL
username_accepted boolean OPTIONAL
message string OPTIONAL
teleport_xyz boolean OPTIONAL
custom_roles object OPTIONAL

A list of custom roles with timestamps or an empty array

checkAccess
POST /api/v1/gameserver/:name/mod-access
name — path
Body
steam_id
eos_id
client_id
client_secret
https://api.gameserverapp.com
curl -L -X POST 'https://api.gameserverapp.com/api/v1/gameserver/:name/mod-access' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json'