Get Player Connection

Get status of a connection. Useful for long-polling the status of a connection while the browser is authenticating. It's recommended to poll between 2-5 seconds.

Path Params
uuid
required
Responses

Response body
object
string
required

player_connections.get.success

string
required

Successfully retrieved player connection status.

boolean
required

true

data
object
required
uuid
required

The unique identifier for the Connection

uri
required

The Game Client uses this URL to open a QR code in the browser for scanning. The QR code is used to connect the Game Client to the Nodecraft account.

string
required

The status of the Player Connection.

pending code_challenge completed expired

string | null
required

Date when the Connection expires. Defaults to 15 minutes after created.

boolean
required

Language
Credentials
Request