Import Items

The Item Import API enables players to transfer items between two connected games. By linking their accounts, players can move specific items from one game to another.

Request

PUT /v1/inventory/items/import HTTP/1.1
Host: invent-dev.api.mimiland.io
mm-client-id: mml
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
mm-user-id: 64edd6c4f8969bbd526d3b8b
Content-Type: application/json
Content-Length: 85

{
    "gameId": "skd",
    "itemIds":[
        "64d1b75bf0b4fd1b4a1d4bbc"
        ]
}

Parameter

Key
Type
Description

gameId *required

String

Id game of the game transfer

Last updated