Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / E Commerce / DHL
DHL logo

DHL APIs for AI Agents

E CommerceShipping LogisticsOfficial Vendor SpecsAPI keyAgent Ready

www.dhl.com·Developer portal → developer.dhl.com

For Agents

APIs2 in catalogue
Endpoints2 indexed
AuthAPI key — 1 credential for all 2 APIs
ProvenanceOfficial OpenAPI specs

An agent can look up the real-time status, milestone timeline, responsible division, and estimated delivery date of any DHL shipment by tracking number, then monitor it until it reaches out-for-delivery or delivered and summarise the journey for a customer.

DHL's Jentic surface is built around one unified tracking endpoint that spans every DHL division, so an agent tracks Express, Parcel, eCommerce, Freight, and Supply Chain shipments through the same call rather than routing each shipment to a division-specific API.

Use for: Looking up DHL shipment status, milestone events, responsible division, and estimated delivery dates by tracking number across all DHL divisions

Not supported: label creation, rate quotes, pickup scheduling, webhook subscriptions, returns management

Credentials: Both APIs authenticate with a single DHL API key passed in a request header, issued from the DHL Developer Portal, so one credential covers the whole portfolio.

All 2 DHL OpenAPI specs are vendor-official and indexed by Jentic, kept validated and agent-ready.

DHL is a global logistics and parcel delivery provider spanning Express, Parcel, eCommerce, Freight, and Supply Chain divisions. Its developer APIs on Jentic cover cross-divisional shipment tracking, letting an application resolve the status, milestone history, and estimated delivery date of any DHL shipment from a single tracking number without integrating each division separately.

Jentic One on Github

DHL API Catalog

2 APIs across 1 product group. All share one credential.

E Commerce2

DHL Shipment Tracking - Unified APILook up real-time shipment status, milestone events, and estimated delivery dates for any DHL shipment across Express, Parcel, eCommerce, Freight, and Supply Chain through a single endpoint.~1 endpointDHL Unified Shipment Tracking APILook up real-time shipment status and milestone events for any DHL parcel or freight shipment across all divisions through one tracking endpoint.~1 endpoint

Which DHL API should I use?

I want to...UseWhy
Track a DHL shipment across any division by tracking numberDHL Shipment Tracking - Unified APIThe canonical unified tracking surface; prefer this entry when both specs are present.
Track a shipment via a legacy integration referencing the older nameDHL Unified Shipment Tracking APIA near-duplicate of the unified surface kept for backward compatibility with earlier integrations.

Install Jentic One Beta

Connect the DHL APIs to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the DHL APIs, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fdhl.com" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fdhl.com" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Once connected, ask your agent something like: “track a dhl shipment across any division”.

What AI Agents Can Do with DHL

Each workflow spans multiple DHL APIs. Jentic routes each operation to the right API automatically.

Cross-divisional order tracking page

Render a branded tracking timeline on a storefront that works whether a shipment moved via DHL Express, Parcel, or Freight. Either unified tracking API resolves the status, milestone events, and estimated delivery date from a single tracking number, so the storefront needs one tracking client instead of a divisional integration for each carrier.

Example prompt:

Given a tracking number, call the unified DHL tracking endpoint, render the milestone timeline, and show the estimated delivery date on the order page

APIs used

DHL Shipment Tracking - Unified API + DHL Unified Shipment Tracking API

Proactive delivery notifications

Poll a DHL tracking endpoint on a schedule and compare the latest milestone against the previous state to fire out-for-delivery and delivered alerts even where DHL does not push webhooks. Both tracking surfaces expose the same event data, so an existing legacy integration and a new unified integration can share the same notification logic.

Example prompt:

Poll a tracking number on a fixed interval and send an SMS the first time the latest event status moves to out-for-delivery or delivered

APIs used

DHL Shipment Tracking - Unified API + DHL Unified Shipment Tracking API

Daily logistics reconciliation

Reconcile shipped orders against DHL records by pulling the latest status of every tracking number in a batch and flagging shipments that are stuck, returned, or mis-routed. The tracking endpoints accept service, origin country, and destination country filters, so an operations job can isolate exceptions before customers complain, whichever tracking surface a given integration points at.

Example prompt:

For each tracking number in yesterday's batch, fetch the latest status and flag any whose latest event is not delivered or is older than 48 hours

APIs used

DHL Shipment Tracking - Unified API + DHL Unified Shipment Tracking API

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring DHL tracking by hand means setting the DHL API key header against the EU tracking host and handling the shipments query parameters yourself for each integration. With Jentic you install Jentic One once, add the DHL tracking API from the Jentic directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

Both DHL APIs expose only a single read-only shipments lookup, so an agent can track shipments and nothing else. Your own Jentic One rules decide whether the agent gets that one operation, and it cannot create labels, quote rates, or schedule pickups.

Credential management

Credential isolation

Your DHL API key is stored once, encrypted, by your own Jentic One instance and injected only at execution time. It never enters the agent's prompt, logs, or context, and the same key serves both tracking entries.

Intent-based discovery

Intent-based discovery

An agent searches the Jentic directory by intent such as 'track a shipment' and gets back the matching DHL tracking operation with its input schema, so it calls the right endpoint without browsing the DHL reference docs.

FAQs

Specific to using DHL APIs through Jentic.

What can an agent do across DHL's APIs?

An agent can look up the real-time status of any DHL shipment by tracking number, retrieve its milestone history and timestamps, identify which DHL division is handling it, read origin and destination address details, and find the estimated delivery date. Every operation is a read-only tracking lookup.

Why are there two DHL tracking APIs and which should I use?

The two entries cover the same unified tracking surface under slightly different names. Prefer the DHL Shipment Tracking Unified API as the canonical entry; the DHL Unified Shipment Tracking API exists mainly for backward compatibility with earlier integrations that referenced the older name.

Can one call track shipments from any DHL division?

Yes. A single request to the shipments endpoint accepts a tracking number across DHL Express, Parcel, eCommerce, Freight, and Supply Chain. The response identifies which division or service provider handled the shipment and returns a unified status and milestone timeline.

Do these APIs let an agent create shipments or labels?

No. The DHL surface on Jentic is limited to tracking lookups. Creating labels, quoting rates, scheduling pickups, and managing returns are outside this portfolio and would require separate DHL shipping APIs.

Does one credential cover both APIs?

Yes. Both APIs authenticate with a single DHL API key passed in a request header and issued from the DHL Developer Portal. The same key works across both tracking entries, and DHL applies tier-based rate limits set when the key is provisioned.

Is proof of delivery and estimated delivery data available?

Yes, when DHL has captured or computed it. Responses can include a delivered event with a timestamp and recipient signature reference, plus an estimated delivery date for divisions that publish one, alongside the full list of milestone events.

If you need a different E Commerce vendor

All 4 are in the Jentic catalogue with the same one-credential, intent-search pattern.

UPSA global parcel carrier with comparable shipment tracking APIs for cross-carrier logistics coverage.
FedExA major express and freight carrier offering tracking and shipping APIs that agents often use alongside DHL.
EasyPostA multi-carrier shipping platform that aggregates tracking and label creation across DHL, UPS, FedEx, and others.
ShippoA multi-carrier shipping API for tracking, rates, and labels that complements single-carrier DHL tracking.

BOOK A DEMO

Start Connecting APIs to Your AI Agents

Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.

Book a Demo