This endpoint returns the invite link for a realm.

Host Authentication
pocket.realms.minecraft.net XBL 3.0

Constructing the requests

GET /links/v1?worldId={id}

{id} is the specific id of the realm.

Headers


Response

Example Response

[
    {
        "linkId": "lpomEvbo88E",
        "profileUuid": "2535459632708673",
        "type": "INFINITE",
        "ts": 1523271890155,
        "url": "https://realms.gg/lpomEvbo88E",
        "deepLinkUrl": "minecraft://acceptRealmInvite?inviteID=lpomEvbo88E"
    }
]