Skip to main content
GET
/
finance
/
inventory
/
stock
Get current stock records
curl --request GET \
  --url http://134.209.118.139:3002/finance/inventory/stock \
  --header 'x-access-token: <api-key>'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Response

Stock list