PUT - Unlock asset for a user

Use this endpoint for unlocking an asset for a user

PUT https://api.readyplayer.me/v1/assets/:id/unlock

Path Parameters

NameTypeDescription

*

String

The id of the asset you want to unlock

Request Body

NameTypeDescription

data.userId*

String

The id of the user you want to unlock the asset for

Example Request Body

{
    "data": {
        "userId": "64943d471dc01e086ac887ee"
    }
}

Last updated