DHL Webhook API Virtual Sandbox

Manage and automate pickup customer account webhooks for DHL tracking events.

The DHL Webhook API allows developers to programmatically manage notification endpoints for pickup customer accounts. It supports the creation, retrieval, updating, and deletion of webhook subscriptions to receive real-time updates on shipment tracking events.

Use this hosted sandbox to simulate DHL Webhook API APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to validate webhook registration payloads, test event delivery triggers, verify signature verification logic, and handle retry or error scenarios for asynchronous tracking notifications without impacting production event streams.

DHL Webhook API virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate DHL Webhook API responses instantly.

https://dhl-webhooks.mock.beeceptor.com



General(5 operations)

Header NameExample
User-Agent"dolor ullamco nisi ea aliqua"
{
  "active": true,
  "hookType": "TRACK_EVENTS",
  "password": "OaVIabI7yvzt",
  "pickup": "4@4+4@4",
  "trackingId": "1",
  "url": "https://joyful-wheel.org/",
  "username": "Zakary73"
}
{
  "active": true,
  "hookId": "5791f5bb-989c-4133-b9e3-98e12245f05a",
  "hookType": "TRACK_EVENTS",
  "password": "**",
  "pickup": "5234567",
  "trackingId": "9261290234835400877745",
  "url": "https://example.com/",
  "username": "abc123"
}
Header NameExample
User-Agent"cillum in labore anim"
{
  "webhooks": [
    {
      "active": true,
      "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
      "hookType": "TRACK_EVENTS",
      "password": "**",
      "pickup": "5234567",
      "url": "https://example.com/",
      "username": "abc123"
    },
    {
      "active": true,
      "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
      "hookType": "TRACK_EVENTS",
      "password": "**",
      "pickup": "5234567",
      "url": "https://example.com/",
      "username": "abc123"
    },
    {
      "active": true,
      "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
      "hookType": "TRACK_EVENTS",
      "password": "**",
      "pickup": "5234567",
      "url": "https://example.com/",
      "username": "abc123"
    },
    {
      "active": true,
      "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
      "hookType": "TRACK_EVENTS",
      "password": "**",
      "pickup": "5234567",
      "url": "https://example.com/",
      "username": "abc123"
    },
    {
      "active": true,
      "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
      "hookType": "TRACK_EVENTS",
      "password": "**",
      "pickup": "5234567",
      "url": "https://example.com/",
      "username": "abc123"
    }
  ]
}
{
  "title": "Invalid request",
  "type": "https://api-sandbox.dhlecs.com/docs/errors/400.0000003"
}
Header NameExample
User-Agent"ex mollit"
{
  "active": true,
  "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
  "hookType": "TRACK_EVENTS",
  "password": "**",
  "pickup": "5234567",
  "url": "https://example.com/",
  "username": "abc123"
}
{
  "title": "No credentials provided",
  "type": "https://api-sandbox.dhlecs.com/docs/errors/401.0000008"
}
{
  "title": "Hook Not Found",
  "type": "https://api-sandbox.dhlecs.com/docs/errors/404.0404003"
}
Header NameExample
User-Agent"Duis"
{
  "active": true,
  "hookType": "TRACK_EVENTS",
  "password": "okuTgcFSk6Ic",
  "pickup": "6+6/6+6",
  "url": "https://mixed-quinoa.com/",
  "username": "Zena76"
}
{
  "active": true,
  "hookId": "c27d7042-f748-4785-b577-90be560dbb5a",
  "hookType": "TRACK_EVENTS",
  "password": "**",
  "pickup": "5234567",
  "url": "https://example.com/",
  "username": "abc123"
}
Header NameExample
User-Agent"culpa ex ad"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "title": "Internal gateway server error",
  "type": "https://api-sandbox.dhlecs.com/docs/errors/500.0000002"
}