curl --request POST \
--url https://api.skulabs.com/inventory/get_items_and_kits_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{
"kits": {},
"items": {}
}Retrieve a combined map of both item and kit inventory quantities.
curl --request POST \
--url https://api.skulabs.com/inventory/get_items_and_kits_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{
"kits": {},
"items": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query data object