UPS DeliveryDefense Virtual Sandbox
Obtain address confidence scores based on historical delivery data.
The UPS DeliveryDefense API enables businesses to assess the risk and confidence level of delivery addresses. By analyzing historical data, it provides a score that helps shippers make informed decisions regarding package delivery, reducing potential issues and improving logistics efficiency.
Use this hosted sandbox to simulate UPS DeliveryDefense 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 address confidence score request payloads, handle score-based business logic, test error responses for invalid address formats, and simulate integration flows for risk assessment before connecting to UPS production systems.
Delivery Defense
POST
{
"street": "1173 CLARENDON DR",
"city": "MARIETTA",
"state": "GA",
"zipCode": "30068"
}{
"status": {
"message": "OK"
},
"data": {
"address": "1173 CLARENDON DR, MARIETTA, GA 30068, US,",
"street": "1173 CLARENDON DR",
"city": "MARIETTA",
"state": "GA",
"zipCode": "30068",
"country": "US",
"score": 988,
"resiComFlag": "Residential"
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
"title": "One or more validation errors occurred.",
"status": 400,
"traceId": "00-c6bf8291d14e90ddd363d057cc837f39-897c1324fd309af2-00",
"errors": {
"State": [
"The State field is required."
]
}
}{
"errorCode": "401",
"errorMessage": "Invalid Authentication Information."
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.upslogisticsshippingaddress-validationdelivery