get https://api.katanamrp.com/v1/bin_locations
Returns a list of storage bins you’ve previously created.
The storage bins are returned in sorted order, with the most recent storage bin appearing first.
Responses
Returns a list of storage bins you’ve previously created.
The storage bins are returned in sorted order, with the most recent storage bin appearing first.
xxxxxxxxxx
curl --request GET \
--url https://api.katanamrp.com/v1/bin_locations \
--header 'Authorization: Bearer <Your api key>' \
--header 'accept: application/json'