sends location co-ordinates to z-maps to get address
https://{server-hostname}:8383/api/v1/mdm/devices/{device_id}/locations_with_address
MDMInventory.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the device. Obtain from the Get Device List response
Device ID to request location for. Fetch from Get Device List
Number of days of location history to retrieve
Start timestamp in milliseconds since epoch for the location range
End timestamp in milliseconds since epoch for the location range
curl --request POST \
--url https://appdomain/api/v1/mdm/devices/{device_id}/locations_with_address \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"no_of_days":7,"from":1522066653883,"id":9007199254741000,"to":1557128715277}'Request location with address for last 7 days
{
"no_of_days": 7,
"from": 1522066653883,
"id": 9007199254741000,
"to": 1557128715277
}
Batch ID used to query the result via the GET endpoint
Time in seconds to wait before calling GET for results
Request status (e.g., SCHEDULED)
Location request scheduled successfully
{
"export_batch_id": 900234566788909,
"wait": 500,
"status": "SCHEDULED"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.