This endpoint returns whether or not the client version is compatible with realms.
| Host | Authentication |
|---|---|
| pocket.realms.minecraft.net | XBL 3.0 |
GET /mco/client/compatible
Headers
Authorization: {token} - {token} is your xbox live tokenClient-Version: {version} - {version} is the version of the clientUser-Agent: {agent} - {agent} is one of theseIf the client version is not compatible with realms, the server will return
OUTDATED
And if the client is compatible, it will return
COMPATIBLE