DHL Parcel Germany Account Authorization Virtual Sandbox
OAuth2 authentication service for DHL Parcel Germany API access.
This API provides the OAuth2 Password Grant mechanism required to obtain access tokens for DHL Parcel Germany services. It validates client credentials, GKP user names, and passwords to generate secure, time-limited tokens necessary for subsequent API interactions.
Use this hosted sandbox to simulate DHL Parcel Germany Account 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 the OAuth2 ROPC flow, test token acquisition logic, handle expiration scenarios, and verify credential mapping before integrating with DHL Parcel Germany production services.
General
GET
{
"amp": {
"name": "pp-account-auth-ropc",
"version": "v0.9.7",
"rev": "151",
"env": "dev"
}
}Authentication
POST
{
"grant_type": "password",
"username": "user-valid",
"password": "SandboxPasswort2023!",
"client_id": "KH2iQ8YwGYtGs4XUBKaGaiyWBPEZnsRm",
"client_secret": "V8yPDt8GlGlNMRCh"
}{
"access_token": "UtN71yyK8y8tuargZzmttyx8Y7Lp",
"token_type": "Bearer",
"expires_in": 1799
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.BusinessOperations
GET
{
"accesstoken-info": {
"expires_in_s": 1693,
"id_of_app_developer": "dpdhl-nonprod@@@bc35a0bd-d5c0-4339-ab0d-d41500d63877"
},
"gkp-info": {
"gkp_user_name": "User Valid",
"gkp_scope": "customer_specific_information:read vls:admin rosy:admin optima:admin email external profile integration_gateway",
"gkp_ekp": "5018717062",
"accesstoken": {
"gkp_jwt_token_md5": "94564c57b717096396db9aafb369fa62",
"gkp_jwt_token_expiry": "2025-12-02 16-47-17"
},
"refreshtoken": {
"gkp_jwt_refresh_token_md5": "74019310a7792875db2668077984d567",
"gkp_jwt_token_expiry": "2025-12-03 04-17-17"
}
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.dhlauthenticationoauth2logisticsparcel