Skip to main content

Get linked Bedrock account from Java UUID

GET 

/v2/link/java/:uuid

Get linked Bedrock account from Java UUID

Request

Path Parameters

    uuid stringrequired

    Java UUID

    Example: d34eb447-6e90-4c78-9281-600df88aef1d

Responses

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

Schema

  • Array [

  • 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...