This endpoints checks the specified invite link for existance and if so, returns the realm info associated with the link.

Host Authentication
pocket.realms.minecraft.net XBL 3.0

Constructing the requests

GET /worlds/v1/link/{id}

{id} is the id of the link

Headers


Response

If the link id provided is invalid, the server will return

{
    "errorCode": 403,
    "errorMsg": "Invalid link"
}

If the link however is valid, the server will return the realm info.