{
  "item": [
    {
      "id": "d1cf9324-0bea-4092-bacd-ecc290f4c0d6",
      "name": "Rates",
      "description": {
        "content": "Delivery pricing, service options, and estimated delivery windows.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "026f8f02-5870-44a8-bab8-d6534fce4d20",
          "name": "Calculate delivery quote",
          "request": {
            "name": "Calculate delivery quote",
            "description": {
              "content": "Return available service levels, delivery windows, and pricing for a shipment request.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rates",
                "quote"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"origin\": {\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\"\n  },\n  \"destination\": {\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": \"<number>\",\n      \"lengthCm\": \"<number>\",\n      \"widthCm\": \"<number>\",\n      \"heightCm\": \"<number>\"\n    },\n    {\n      \"weightKg\": \"<number>\",\n      \"lengthCm\": \"<number>\",\n      \"widthCm\": \"<number>\",\n      \"heightCm\": \"<number>\"\n    }\n  ],\n  \"externalOrderId\": \"<string,null>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f123ba15-91b1-4d3f-a9e9-6f7d3dde58cb",
              "name": "Quote results",
              "originalRequest": {
                "url": {
                  "path": [
                    "rates",
                    "quote"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"externalOrderId\": \"order_100045\",\n  \"origin\": {\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"postalCode\": \"00000\",\n    \"addressLine1\": \"Warehouse 14, Al Quoz\"\n  },\n  \"destination\": {\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"postalCode\": \"00000\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"options\": [\n    {\n      \"quoteId\": \"quote_01HRD4H6F0\",\n      \"serviceLevel\": \"same_day\",\n      \"price\": {\n        \"amount\": 149.99,\n        \"currency\": \"AED\"\n      },\n      \"eta\": \"2026-03-18T14:00:00Z\",\n      \"deliveryWindow\": {\n        \"from\": \"1999-03-06T12:49:27.172Z\",\n        \"to\": \"2019-07-25T12:20:00.050Z\"\n      }\n    },\n    {\n      \"quoteId\": \"quote_01HRD4H6F0\",\n      \"serviceLevel\": \"same_day\",\n      \"price\": {\n        \"amount\": 149.99,\n        \"currency\": \"AED\"\n      },\n      \"eta\": \"2026-03-18T14:00:00Z\",\n      \"deliveryWindow\": {\n        \"from\": \"2011-09-19T12:50:50.005Z\",\n        \"to\": \"2024-12-30T16:46:53.194Z\"\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "a4bbfc17-bfd3-443b-9442-b4e09e6ec83e",
      "name": "Addresses",
      "description": {
        "content": "Address validation and deliverability checks.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "40f9d315-b167-49de-a35e-da3cdc77e976",
          "name": "Validate address",
          "request": {
            "name": "Validate address",
            "description": {
              "content": "Normalize destination data and confirm whether the address is serviceable.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "addresses",
                "validate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"address\": {\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bf860147-0c75-48ea-9e23-6f7e31ef1d36",
              "name": "Address validation result",
              "originalRequest": {
                "url": {
                  "path": [
                    "addresses",
                    "validate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"countryCode\": \"string\",\n    \"city\": \"string\",\n    \"addressLine1\": \"string\",\n    \"postalCode\": \"string\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"isValid\": true,\n  \"deliverable\": true,\n  \"normalizedAddress\": {\n    \"countryCode\": \"string\",\n    \"city\": \"string\",\n    \"addressLine1\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"warnings\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1f3c9bbe-3e9d-45ab-b942-9dfb7cbda487",
      "name": "Shipments",
      "description": {
        "content": "Shipment creation, retrieval, and cancellation.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "25310faa-8329-4286-a160-15051099a90e",
          "name": "Create shipment",
          "request": {
            "name": "Create shipment",
            "description": {
              "content": "Create a shipment and return Aquiline shipment identifiers, tracking number, and label metadata.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "shipments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Unique key used to safely retry shipment creation requests.",
                "key": "Idempotency-Key",
                "value": "<string>"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"externalOrderId\": \"<string>\",\n  \"serviceLevel\": \"<string>\",\n  \"sender\": {\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\",\n    \"addressLine2\": \"<string,null>\"\n  },\n  \"recipient\": {\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\",\n    \"addressLine2\": \"<string,null>\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": \"<number>\",\n      \"lengthCm\": \"<number>\",\n      \"widthCm\": \"<number>\",\n      \"heightCm\": \"<number>\"\n    },\n    {\n      \"weightKg\": \"<number>\",\n      \"lengthCm\": \"<number>\",\n      \"widthCm\": \"<number>\",\n      \"heightCm\": \"<number>\"\n    }\n  ],\n  \"quoteId\": \"<string,null>\",\n  \"codAmount\": {\n    \"amount\": \"<number>\",\n    \"currency\": \"<string>\"\n  },\n  \"customerNotes\": \"<string,null>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "27bdf4de-cfce-49d8-a861-ef0cc4281ba7",
              "name": "Shipment created",
              "originalRequest": {
                "url": {
                  "path": [
                    "shipments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Unique key used to safely retry shipment creation requests.",
                    "key": "Idempotency-Key",
                    "value": "<string>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"externalOrderId\": \"<string>\",\n  \"serviceLevel\": \"same_day\",\n  \"sender\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"recipient\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    },\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    }\n  ],\n  \"quoteId\": \"<string,null>\",\n  \"codAmount\": {\n    \"amount\": 149.99,\n    \"currency\": \"AED\"\n  },\n  \"customerNotes\": \"<string,null>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"shipmentId\": \"shp_01HRD5ZCMQ\",\n  \"trackingNumber\": \"AQAA123456789YQ\",\n  \"status\": \"created\",\n  \"serviceLevel\": \"same_day\",\n  \"sender\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"recipient\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    },\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    }\n  ],\n  \"createdAt\": \"1985-06-20T08:10:28.179Z\",\n  \"updatedAt\": \"2010-11-23T06:09:52.815Z\",\n  \"externalOrderId\": \"order_100045\",\n  \"labelUrl\": \"https://cdn.aquiline.com/labels/shp_01HRD5ZCMQ.pdf\",\n  \"codAmount\": {\n    \"amount\": 149.99,\n    \"currency\": \"AED\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "92a1fc51-de65-4d76-85b7-40a27024c867",
          "name": "Retrieve shipment",
          "request": {
            "name": "Retrieve shipment",
            "description": {},
            "url": {
              "path": [
                "shipments",
                ":shipmentId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "shipmentId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c2fea68a-6a52-427b-8111-cab494edaa87",
              "name": "Shipment details",
              "originalRequest": {
                "url": {
                  "path": [
                    "shipments",
                    ":shipmentId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "shipmentId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"shipmentId\": \"shp_01HRD5ZCMQ\",\n  \"trackingNumber\": \"AQAA123456789YQ\",\n  \"status\": \"created\",\n  \"serviceLevel\": \"same_day\",\n  \"sender\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"recipient\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    },\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    }\n  ],\n  \"createdAt\": \"1985-06-20T08:10:28.179Z\",\n  \"updatedAt\": \"2010-11-23T06:09:52.815Z\",\n  \"externalOrderId\": \"order_100045\",\n  \"labelUrl\": \"https://cdn.aquiline.com/labels/shp_01HRD5ZCMQ.pdf\",\n  \"codAmount\": {\n    \"amount\": 149.99,\n    \"currency\": \"AED\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "029a80e0-fe3d-40c3-b759-da22854de94f",
          "name": "Cancel shipment",
          "request": {
            "name": "Cancel shipment",
            "description": {},
            "url": {
              "path": [
                "shipments",
                ":shipmentId",
                "cancel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "shipmentId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "949ff528-d002-4b02-b324-956d1582077e",
              "name": "Shipment cancelled",
              "originalRequest": {
                "url": {
                  "path": [
                    "shipments",
                    ":shipmentId",
                    "cancel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "shipmentId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"shipmentId\": \"shp_01HRD5ZCMQ\",\n  \"trackingNumber\": \"AQAA123456789YQ\",\n  \"status\": \"created\",\n  \"serviceLevel\": \"same_day\",\n  \"sender\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"recipient\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"parcels\": [\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    },\n    {\n      \"weightKg\": 1.2,\n      \"lengthCm\": 25,\n      \"widthCm\": 18,\n      \"heightCm\": 12\n    }\n  ],\n  \"createdAt\": \"1985-06-20T08:10:28.179Z\",\n  \"updatedAt\": \"2010-11-23T06:09:52.815Z\",\n  \"externalOrderId\": \"order_100045\",\n  \"labelUrl\": \"https://cdn.aquiline.com/labels/shp_01HRD5ZCMQ.pdf\",\n  \"codAmount\": {\n    \"amount\": 149.99,\n    \"currency\": \"AED\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "88c3917c-d757-4952-92bc-af6504592c64",
      "name": "Tracking",
      "description": {
        "content": "Shipment status, milestone visibility, and event timelines.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e04f3df1-2f09-4b95-91ab-77fa12c0ccf6",
          "name": "Retrieve tracking status",
          "request": {
            "name": "Retrieve tracking status",
            "description": {},
            "url": {
              "path": [
                "tracking",
                ":trackingNumber"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "trackingNumber",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e087fe0d-327f-4ff1-a46b-047dfd98a394",
              "name": "Tracking status response",
              "originalRequest": {
                "url": {
                  "path": [
                    "tracking",
                    ":trackingNumber"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "trackingNumber",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"number\": \"AQAA123456789YQ\",\n  \"status\": \"Shipping\",\n  \"events\": [\n    {\n      \"content\": \"Package left the courier facility\",\n      \"time\": \"2025-11-20 00:00:00\",\n      \"location\": \"\"\n    },\n    {\n      \"content\": \"Package left the courier facility\",\n      \"time\": \"2025-11-20 00:00:00\",\n      \"location\": \"\"\n    }\n  ],\n  \"oriCountry\": \"UK\",\n  \"destCountry\": \"GB\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b054673e-2292-4dbb-a121-9081911ee9f5",
      "name": "Pickups",
      "description": {
        "content": "Pickup booking and operational pickup management.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "94442353-66d8-46aa-a7b2-b1caf6521491",
          "name": "Create pickup",
          "request": {
            "name": "Create pickup",
            "description": {},
            "url": {
              "path": [
                "pickups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"pickupAddress\": {\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"countryCode\": \"<string>\",\n    \"city\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"postalCode\": \"<string,null>\",\n    \"addressLine2\": \"<string,null>\"\n  },\n  \"requestedWindow\": {\n    \"from\": \"<dateTime>\",\n    \"to\": \"<dateTime>\"\n  },\n  \"shipmentIds\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1dc9bbbe-ab98-4221-bafe-206a71ec51df",
              "name": "Pickup created",
              "originalRequest": {
                "url": {
                  "path": [
                    "pickups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"pickupAddress\": {\n    \"name\": \"John Doe\",\n    \"phone\": \"+971500000002\",\n    \"countryCode\": \"AE\",\n    \"city\": \"Dubai\",\n    \"addressLine1\": \"Dubai Marina, Cluster A\",\n    \"postalCode\": \"00000\",\n    \"addressLine2\": \"Apartment 2301\"\n  },\n  \"requestedWindow\": {\n    \"from\": \"<dateTime>\",\n    \"to\": \"<dateTime>\"\n  },\n  \"shipmentIds\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"pickupId\": \"pck_01HRD6F80Q\",\n  \"status\": \"scheduled\",\n  \"requestedWindow\": {\n    \"from\": \"1990-01-10T08:58:33.546Z\",\n    \"to\": \"1954-03-22T14:05:02.003Z\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "73cf2121-4bd3-4592-a6ff-91f53c62517b",
      "name": "Webhooks",
      "description": {
        "content": "Event subscriptions for shipment and pickup updates.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6276a7de-6259-4ea3-9200-0097256677bd",
          "name": "Create webhook subscription",
          "request": {
            "name": "Create webhook subscription",
            "description": {},
            "url": {
              "path": [
                "webhooks",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                "key": "X-Partner-Id",
                "value": "<string>"
              },
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"webhookUrl\": \"<uri>\",\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"secret\": \"<string,null>\",\n  \"trackingNumber\": \"<string,null>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "23fec759-d5cb-4299-8536-cb32b14f43a1",
              "name": "Webhook subscription created",
              "originalRequest": {
                "url": {
                  "path": [
                    "webhooks",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                    "key": "X-Partner-Id",
                    "value": "partner_123"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"webhookUrl\": \"https://partner.example.com/aquiline/webhooks\",\n  \"events\": [\n    \"shipment.updated\",\n    \"shipment.out_for_delivery\",\n    \"shipment.delivered\"\n  ],\n  \"secret\": \"<string,null>\",\n  \"trackingNumber\": \"AQUAA0849240326YQ\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"id\": \"whs_01J2V6FQ2M9Q\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0299f679-1b2e-453c-bfa8-4316df7d67dd",
          "name": "List webhook subscriptions",
          "request": {
            "name": "List webhook subscriptions",
            "description": {},
            "url": {
              "path": [
                "webhooks",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                "key": "X-Partner-Id",
                "value": "<string>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "597da82c-d7b4-46f4-a328-c7a41b44d907",
              "name": "Webhook subscriptions",
              "originalRequest": {
                "url": {
                  "path": [
                    "webhooks",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                    "key": "X-Partner-Id",
                    "value": "partner_123"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"subscriptions\": [\n    {\n      \"id\": \"whs_01HRD6ZQJ9\",\n      \"partnerId\": \"partner_123\",\n      \"webhookUrl\": \"https://koWgTiN.alrpbMPDqMP4pH4+KF7Dlab.bpZEfPaR5T8UlJiYwByHyNtSQlkIZTV-iiI\",\n      \"events\": [\n        \"string\",\n        \"string\"\n      ],\n      \"isActive\": true,\n      \"trackingNumber\": \"AQUAA0849240326YQ\",\n      \"secret\": \"string\",\n      \"createdAt\": {\n        \"_seconds\": 1774354295,\n        \"_nanoseconds\": 376000000\n      },\n      \"updatedAt\": {\n        \"_seconds\": 1774354295,\n        \"_nanoseconds\": 376000000\n      }\n    },\n    {\n      \"id\": \"whs_01HRD6ZQJ9\",\n      \"partnerId\": \"partner_123\",\n      \"webhookUrl\": \"https://HmqqjcHiHkwnDfB.rlztMBg+lS-+-En1GP+Cpft0\",\n      \"events\": [\n        \"string\",\n        \"string\"\n      ],\n      \"isActive\": true,\n      \"trackingNumber\": \"AQUAA0849240326YQ\",\n      \"secret\": \"string\",\n      \"createdAt\": {\n        \"_seconds\": 1774354295,\n        \"_nanoseconds\": 376000000\n      },\n      \"updatedAt\": {\n        \"_seconds\": 1774354295,\n        \"_nanoseconds\": 376000000\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1047d646-41fa-4458-afe0-8c08e7899f4a",
          "name": "Deactivate webhook subscription",
          "request": {
            "name": "Deactivate webhook subscription",
            "description": {},
            "url": {
              "path": [
                "webhooks",
                "subscriptions",
                ":subscriptionId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "subscriptionId",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "disabled": false,
                "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                "key": "X-Partner-Id",
                "value": "<string>"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "f44d1d1f-947f-4d11-95ec-809b6f96db02",
              "name": "Webhook subscription deactivated",
              "originalRequest": {
                "url": {
                  "path": [
                    "webhooks",
                    "subscriptions",
                    ":subscriptionId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "subscriptionId",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-API-Key",
                    "value": "<API Key>"
                  },
                  {
                    "disabled": false,
                    "description": "(Required) Partner routing identifier used for ownership and filtering. Must match the partner bound to `X-API-Key`.",
                    "key": "X-Partner-Id",
                    "value": "partner_123"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"success\": true,\n  \"id\": \"whs_01J2V6FQ2M9Q\",\n  \"isActive\": false,\n  \"expiresAt\": \"2026-06-22T13:30:00.000Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.aquiline-tracking.com/v3",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-API-Key"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "c173499e-8535-407a-9945-a3bd968c4eb5",
    "name": "Aquiline Tracking API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Aquiline Tracking API enables partners to create shipments, calculate delivery options,\nvalidate addresses, retrieve tracking visibility, schedule pickups, and subscribe to\nwebhook events across operational workflows.\n",
      "type": "text/plain"
    }
  }
}