This endpoint allows you to get the PreETAs for a given address
Security
ClientCredentialsFlow(Required scopes: read)
POST
curl -i -X POST \
https://data-solutions-v2.bettermile.com/pre-eta/api/v2/get-address-based-pre-eta \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"parcelNumber": "string",
"estimatedDeliveryDate": "string",
"address": {
"street": "string",
"countryCode": "string"
}
}'Response
[ { "lowerBound": "10:15:00", "upperBound": "13:15:00", "date": "2025-08-15" } ]