curl --request GET \ --url 'https://openapi.msu.io/v1rc1/characters/{assetKey}/items?categoryNo=1' \ --header 'Content-Type: application/json' \ --header 'x-nxopen-api-key: YOUR_API_KEY'
{ "success": true, "data": { "elements": [], "nextCursor": "string", "hasMore": false } }
Retrieve a list of items owned by a character using the character asset key
Show properties