Skip to main content

Get linked Java account from Bedrock xuid

GET 

/v2/link/bedrock/:xuid

Get linked Java account from Bedrock xuid

Request

Path Parameters

    xuid stringrequired

    Bedrock xuid

    Example: 2535432196048835

Responses

Linked accounts or an empty object if there is no account linked

Schema

    bedrock_id int64required

    xuid of the Bedrock player

    java_id uuidrequired

    UUID of the Java player

    java_name stringrequired

    Username of the Java player

    last_name_update int64required

    Unix millis of the last Java name update check

Loading...