DHL Parcel DE Postnumber Virtual Sandbox

Verify DHL Postnumbers for German parcel delivery services.

The DHL Parcel DE Postnumber API allows business customers to verify the validity of a Postnumber. This service is essential for ensuring accurate address data and delivery routing for shipments within the German DHL network.

Use this hosted sandbox to simulate DHL Parcel DE Postnumber 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 Postnumber verification workflows, test response handling for valid versus invalid customer identifiers, and ensure your integration correctly processes the specific data structures required for German parcel delivery account lookups.

DHL Parcel DE Postnumber virtual sandbox is up and running!

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

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



Postnumbers

{
  "firstname": "Max",
  "lastname": "Mustermann"
}
{
  "valid": true
}
{
  "title": "Bad Request",
  "status": 400,
  "detail": "Bad Request - The request could not be understood due to malformed syntax."
}
{
  "title": "Unauthorized",
  "status": 401,
  "detail": "Unauthorized - The client could not be authenticated."
}
{
  "title": "Forbidden",
  "status": 403,
  "detail": "Forbidden - The client is not authorized for the particular request."
}
{
  "valid": false
}
{
  "title": "Too Many Requests",
  "status": 429,
  "detail": "Too Many Requests for client and given ressource."
}