Get Longitude and Latitude Information: Obtain information about the coordinates status of an order
Request Code Samples
curl --location --request GET 'https://services-qa.roofhub.pro/deliveries/v2/32523396/coordinates' \
--header 'Authorization: Bearer'
Responses
application/json [
{
"trackingUrl": "https://dev.roofhub.pro/shared-delivery?Delivery=f165ea8a4c",
"longitude": 33.003029473574,
"latitude": -85.013241787874
}
]
Modified at 2025-09-25 12:29:24