Retrieve a snapshot from the in-cab or road-facing lens, or from any paired auxiliary camera. The snapshot captures a picture of the specified current lens for the specified device. The camera must be online.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Expectation failed error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/devices/:imei/cameras/:cameraId/snapshot?cameraIds=1%2C2%2C51%2C52&time=2020-01-01T14%3A48%3A00.000Z' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "metadata": {
- "lat": 32.0598671,
- "lon": 34.7827316,
- "speed": 22.51,
- "time": "2020-01-01T14:48:00.000Z"
}
}