curl --request GET \
--url https://api.sanka.com/api/v1/public/inventories \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"inventory_id": "<string>",
"name": "<string>",
"status": "<string>",
"inventory_status": "<string>",
"currency": "<string>",
"available": 123,
"committed": 123,
"unavailable": 123,
"initial_value": 123,
"total_inventory": 123,
"inventory_value": 123,
"unit_price": 123,
"warehouse_id": "<string>",
"item_ids": [
"<string>"
],
"date": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://api.sanka.com/api/v1/public/inventories \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"inventory_id": "<string>",
"name": "<string>",
"status": "<string>",
"inventory_status": "<string>",
"currency": "<string>",
"available": 123,
"committed": 123,
"unavailable": 123,
"initial_value": 123,
"total_inventory": 123,
"inventory_value": 123,
"unit_price": 123,
"warehouse_id": "<string>",
"item_ids": [
"<string>"
],
"date": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK