Update tracker label via API
PreviousRetrieve latest sensor readings for multiple trackersNextIdentify a usual / longest parking location via API
Last updated
Was this helpful?
Is there an API endpoint to update a tracker label/name?
Yes.
Use tracker/settings/update.
Be careful: this call also requires group_id.
If you send the wrong group_id, the tracker can be moved.
Safe bulk approach:
Call tracker/list to get tracker_id and current group_id.
Call tracker/settings/update with the same group_id and new label.
Last updated
Was this helpful?
Was this helpful?