Zippyy REST APIs
  1. Warehouse
Zippyy REST APIs
  • Introduction
  • Authentication API
    • Generate Token
      POST
  • Couriers
    • Check Courier Serviceability
      GET
    • Quick Quote
      POST
    • Forward Shipment (V2)
      POST
    • Forward Shipment
      POST
  • Shipments
    • Get Details of Specific Shipment
      GET
    • Generate Label
      GET
    • Generate Label Url
      GET
    • Cancel a Shipment
      PUT
    • Generate Invoice
      GET
  • Tracking
    • Get Tracking Details
      GET
    • Webhook
      POST
  • NDR
    • Action NDR
      PUT
  • Warehouse
    • Get Warehouse
      GET
    • List of Warehouse details
      GET
    • Create new Warehouse
      POST
    • Update existing warehouse properties
      PUT
  1. Warehouse

List of Warehouse details

GET
/v1/external/warehouse/list
List of Warehouse details

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/external/warehouse/list'
Response Response Example
[
    {
        "category": "sender",
        "summary": [
            {
                "id": "b514fe4f-2800-43b8-8c19-da704da966d4",
                "address": {
                    "firstName": "koushik",
                    "lastName": "mondak",
                    "company": "Godash",
                    "emailAddress": "koushik@godash.ai",
                    "phoneNumber": "900000000",
                    "locationName": "test2",
                    "addressType": null,
                    "locationDetails": {
                        "entered_address": null,
                        "building": null,
                        "addressLine1": "Bonsai ArbourTellapur Rd",
                        "addressLine2": "",
                        "postalCode": "500032",
                        "city": "K.V.Rangareddy",
                        "state": "Telangana",
                        "country": "India",
                        "countryCode": "IN",
                        "latitude": "",
                        "longitude": ""
                    }
                },
                "active": true,
                "verified": false,
                "verifier_ref_key": null,
                "payload_identifier": "84JNq6OAY6pbqOcxW+JqlvuFTbNDQf5lYdCUe0AzsPw=",
                "metadata": {
                    "residential": false
                },
                "default": false
            },
            {
                "id": "cca7a7bc-2bb4-455c-b795-0d96342f829a",
                "address": {
                    "firstName": "Koushik",
                    "lastName": "mondal",
                    "company": "Godash1",
                    "emailAddress": "koushik@godash.ai",
                    "phoneNumber": "900000000",
                    "locationName": "test1",
                    "addressType": null,
                    "locationDetails": {
                        "entered_address": null,
                        "building": null,
                        "addressLine1": "Bonsai ArbourTellapur Rd",
                        "addressLine2": "",
                        "postalCode": "500032",
                        "city": "K.V.Rangareddy",
                        "state": "Telangana",
                        "country": "India",
                        "countryCode": "IN",
                        "latitude": "",
                        "longitude": ""
                    }
                },
                "active": true,
                "verified": false,
                "verifier_ref_key": null,
                "payload_identifier": "rcRTMDXIOPh1cXhLJk4pK0CfK2UB19y6yCThj+H6P2o=",
                "metadata": {
                    "residential": false
                },
                "default": false
            }
        ]
    }
]
Modified at 2026-01-19 10:15:02
Previous
Get Warehouse
Next
Create new Warehouse
Built with