Skip to main content

connect

POST /auth/connect

Description

This endpoint is used to connect a user on the authentication server to a velanID identified user on the game server. It is typically used to syncronize the username of the user with the game server and reflect changes like name colors etc.

Body

The body of the request should be JSON, and should contain the following:

VariableTypeDescription
authkeyStringThe temporary authkey or session key that is requested by the launcher
serverStringThe server ip / domain. Has to match with what was provided for the authkey
velanIDNumberThe game server internal velanID of the user

Example

{
"authkey": "A_Temporary_Auth_Key",
"server": "someserver.com:23600",
"velanID": 00000000000
}

Response

OK