tempaitown/backend/controllers/pack-reads/inventory.js
Get User Inventory
Read grouped or card-level inventory for a user profile, then filter it the way the app does.
BUILD ON AURA
Get User Inventory
Route
Default Read
https://api.auramaxx.gg/api/users/:userId/pack-cards is the main public inventory read.
GET /api/users/:userId/pack-cards?condensed=true&ownedOnly=true&packType=all&limit=200&page=1Useful Query Params
Grouping And Filtering
condensed=truefor grouped inventory rows.filter,rarity,search,packTypefor UX filtering.condensedSort=recent|name|ownedwhen you want grouped cards.
Document Reference
tempaitown/backend/controllers/pack-reads/inventory.js
