curl --request POST \
--url https://api.skulabs.com/inventory/get_kits_map \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"data": {}
}'{
"kits": {},
"items": {}
}Retrieve a map of kit inventory quantities keyed by kit ID and warehouse.
curl --request POST \
--url https://api.skulabs.com/inventory/get_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