curl --request GET \
--url https://api.sanka.com/api/v1/public/inventory-transactions \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"transaction_id": "<string>",
"inventory_id": "<string>",
"inventory_uuid": "<string>",
"inventory_type": "<string>",
"transaction_type": "<string>",
"status": "<string>",
"amount": 123,
"transaction_amount": 123,
"use_unit_value": true,
"price": 123,
"total_price": 123,
"average_price": 123,
"transaction_date": "2023-11-07T05:31:56Z",
"usage_status": "<string>"
}
]curl --request GET \
--url https://api.sanka.com/api/v1/public/inventory-transactions \
--header 'Authorization: Bearer <token>'[
{
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"transaction_id": "<string>",
"inventory_id": "<string>",
"inventory_uuid": "<string>",
"inventory_type": "<string>",
"transaction_type": "<string>",
"status": "<string>",
"amount": 123,
"transaction_amount": 123,
"use_unit_value": true,
"price": 123,
"total_price": 123,
"average_price": 123,
"transaction_date": "2023-11-07T05:31:56Z",
"usage_status": "<string>"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK