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
- 200
- 400
Linked account or an empty object if there is no account linked
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
bedrock_idint64required
xuid of the Bedrock player
Example:
2535432196048835
java_iduuidrequired
UUID of the Java player
Example:
d34eb447-6e90-4c78-9281-600df88aef1d
java_namestringrequired
Username of the Java player
Example:
Tim203
last_name_updateint64required
Unix millis of the last Java name update check
[
{
"bedrock_id": 2535432196048835,
"java_id": "d34eb447-6e90-4c78-9281-600df88aef1d",
"java_name": "Tim203",
"last_name_update": 0
}
]
No UUID provided or invalid
- application/json
- Schema
- Example (from schema)
Schema
messagestringrequired
The error message
{
"message": "string"
}