How to determine device’s location via the REST API
You can query a device to retrieve its most recent location approximation via the REST API. The response includes alastsession object with latitude and longitude when the network provides it.
Note: If you’re new to APIs, use a REST client and include your API key in the
Authorization header. Pagination is supported via limit and startafter.