Get Video Requests
GET/vision/videos/requests
Retrieve a list of video requests from your vehicles. Each item includes a playable url;
play or download it directly. For HLS-enabled accounts the url is a signed link served
through the video proxy; it is durable (does not expire), so it can be fetched and stored.
Treat it as opaque.
Access: Exclusive to Cartrack Vision API enabled accounts. If you don't have access (HTTP 403), contact our sales representative.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.