Utility endpoint to get either a Java UUID or a Bedrock xuid
GET/v2/utils/uuid/bedrock_or_java/:username
Utility endpoint to get either a Java UUID or a Bedrock xuid
Request
Path Parameters
- bedrock
- java
The username of the Minecraft player
Example: .Tim203
Example: Tim203
Query Parameters
The prefix used in your Floodgate config
Responses
- 200
- 204
- 302
- 400
- 503
The Bedrock xuid in Floodgate UUID format and username. Response made to be identical to the Mojang endpoint
- application/json
- Schema
- Example (from schema)
Schema
The Floodgate UUID of the Bedrock player
The Floodgate username
{
"id": "0000000000000000000901f64f65c7c3",
"name": ".Tim203"
}
Either the gamertag is too long or too short once the prefix was removed or there is no Xbox account registered to the gamertag
The player is a Java player and we'll redirect you to the Mojang endpoint for that username
Invalid prefix (no prefix, empty or too long)
- application/json
- Schema
- Example (from schema)
Schema
The error message
{
"message": "string"
}
The requested account was not cached and we were not able to call the Xbox Live API (rate limited / not setup)
- application/json
- Schema
- Example (from schema)
Schema
The error message
{
"message": "string"
}