PUT - Equip an asset

Use this endpoint to equip an asset to a user's avatar

PUT https://api.readyplayer.me/v1/avatars/:id/equip

Path Parameters

NameTypeDescription

*

String

The id of the avatar you want to equip the asset to

Request Body

NameTypeDescription

data.assetId*

String

The id of the asset you want to equip

Example Request Body

{
    "data": {
        "assetId": "743a7c421b5a830535675049"
    }
}

Last updated