How to get assets currently equipped on avatar?

How do I use the API to get the assets currently equipped on an existing avatar? I want all this data - which endpoint do I hit?

"assets": {
            "skinColor": 5,
            "eyeColor": "9781803",
            "hairStyle": "9247471",
            "hairColor": 0,
            "beardStyle": "",
            "beardColor": 0,
            "eyebrowStyle": "41302445",
            "eyebrowColor": 0,
            "shirt": "",
            "outfit": "143549640",
            "glasses": "9247416",
            "faceMask": "",
            "headwear": "",
            "lipShape": "",
            "eyeShape": "",
            "noseShape": "",
            "faceShape": "",
            "createdAt": "2023-10-24T06:38:08.421Z",
            "updatedAt": "2023-10-24T06:38:08.421Z",
            "skinColorHex": "#cf927a"
        }

Hi Alan!

Check out our documentation on equipping assets here: PUT - Equip an asset | Ready Player Me

Hi Georg,
I don’t want to equip an asset. I want to see which assets my avatar currently has equipped.

@Georg_RPM I don’t want to equip an asset - I want to see all the currently equipped assets for an avatar. For example, the top, bottom, and footwear. How do I get that data for my avatar?

Hi alan_cosmo,

You can set the following GET request https://api.readyplayer.me/v1/avatars/avatarid. It will give you all the data you need for Assets that are on the Avatar. Please note that you also need to set the correct API Key and Application ID in the Header to get the information.

More about API Keys here: Authentication | Ready Player Me.