v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBMisc
Set device location
Sets the device's simulated GPS location to the latitude and longitude in the request body. Devices without geo support return an unsupported-feature error.
post/devices/{deviceId}/location
Path parameters
deviceIdstring required
Headers
X-Device-Display-IDinteger
Request body
Example request
{
"$schema": "https://example.com/schemas/Location.json"
}Response
No Content