Vehicle Speed using API

I can see “Speed” in device dashboard in incontrol2.

Is it possible to pull the same using API?

I am able to get GPS coordinates but could not locate field for Speed.

Thank you.

Use the location get request:
/rest/o/{organization_id}/g/{group_id}/d/{device_id}/loc

Speed is in the response:
image

1 Like

Thank you so much!

1 Like