CS2 Servers

Approves a new CS2 server.

This will generate an access key which allows the server to submit records, jumpstats, etc.

post/servers

Request body

namestring required

The server's name.

This has to be a unique value and will be displayed in UIs.

hoststring hostname required

an IPv4/IPv6 address or domain

portinteger required

The server's connection port.

owner_idstring u-int64 required

a 64-bit SteamID

Example request

{
  "host": "255.255.255.255",
  "owner_id": "76561198282622073"
}

Response

server_idinteger required
access_keystring ulid required

an opaque access key

Example response

{
  "access_key": "01JG9X9ZMAKCNXH19VMXZ7BC08"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.