--- title: 'DHL Express' description: '' --- # DHL Express undefined | Detail | Value | |---|---| | Category | Logistics | | Base URL | `https://express.api.dhl.com/mydhlapi` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `dhl` | ## Using DHL Express in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **DHL Express** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_tracking_0) | Tracking | | [GET ](./get_rates_1) | Rates | | [GET ](./get_shipments_2) | Shipments | | [GET ](./get_proof_of_delivery_3) | Proof of Delivery | | [GET ](./get_pickup_4) | Pickup | | [GET ](./get_address_validation_5) | Address Validation | | [GET ](./get_products_6) | Products | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.