Returns all warehouses in a single list. The endpoint does not support filtering or pagination, so it is best suited for synchronizing warehouses into an external system or custom frontend.
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/warehouses \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 301, "name": "Main warehouse", "code": "MAIN-WH", "inboundNumericalSeriesPattern": "INB-(YY)-(CCCC)", "inboundNumericalSeriesNextNumber": 12, "outboundNumericalSeriesPattern": "OUT-(YY)-(CCCC)", "outboundNumericalSeriesNextNumber": 8 } ] }
Bearer token created for a specific company in Integrations → API.
List of warehouses.
List of all warehouses.
Show child attributes