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
Name
Type
Description
*
String
The id of the asset you want to unlock
Request Body
Name
Type
Description
data.userId*
String
The id of the user you want to unlock the asset for
Example Request Body
{
"data": {
"userId": "64943d471dc01e086ac887ee"
}
}
Last updated
Was this helpful?