Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
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.