DHL eCommerce Americas Authorization Virtual Sandbox

Secure authentication and token management for DHL eCommerce Americas API services.

The DHL eCommerce Americas Authorization API provides secure access to DHL services. It enables developers to exchange credentials for valid access tokens required to authenticate subsequent requests across the DHL eCommerce ecosystem, ensuring secure communication and session management for logistics operations.

Use this hosted sandbox to simulate DHL eCommerce Americas Authorization 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 OAuth2 token request flows, handle client credential authentication, verify token expiration logic, and test error handling for invalid credentials or unauthorized access attempts before integrating with DHL production endpoints.

DHL eCommerce Americas Authorization virtual sandbox is up and running!

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

https://dhl-ecommerce-auth.mock.beeceptor.com



General

Header NameExample
User-Agent"proident aute qui"
{
  "client_id": "DFHIdD29tsWtQWLjPAdR7fZKWKq7kDYZ",
  "client_secret": "WF53IDcr2EegwpAZkvrXYSBmaPKDTTykECLyCxYdBCiQ7SiH",
  "grant_type": "refresh_token"
}
{
  "access_token": "NrLoIbWGbmTEoh27YnqLRMkTpHFDfjzt",
  "client_id": "0xmFO78zLNTq6sEY2vpducCVFk8FiT4J",
  "expires_in": 12888,
  "token_type": "Bearer"
}
{
  "title": "Unauthorized",
  "type": "https://api-sandbox.dhlecs.com/docs/errors/401.0000008"
}