cURL
curl --request GET \ --url https://app.getswipe.in/api/partner/v2/inventory/warehouses/list \ --header 'Authorization: Bearer <token>'
{ "success": false, "errors": {}, "error_code": "", "message": "", "warehouses": [ { "warehouse_id": 1, "name": "Main Warehouse" } ] }
Documentation IndexFetch the complete documentation index at: https://developers.getswipe.in/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.getswipe.in/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
Success
false
Error details
Error Code
""
Message
Show child attributes