Retrieve a list of views available for live streaming from a device.
1 - road-facing, 2 - in-cab, 50+ - auxiliary camera views.
The device/s 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 \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "cameraId": 1
}
]
}