Skip to main content
GET
JavaScript
If the device cannot report a position yet, the call still succeeds and returns latitude and longitude 0 — treat 0,0 as “not available”, not as a real coordinate.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Response

OK

latitude
number<double>
required
longitude
number<double>
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/Location.json"