Get Cameras from Provider
Retrieves all cameras for the specified camera provider
Path parameters
-
Camera Provider Identifier
GET
/api/integration/camera-providers/{integrationId}/cameras
curl \
-X GET https://api-dev.gatego.io/api/integration/camera-providers/{integrationId}/cameras
Response examples (200)
[
{
"integration_id": 42,
"integration_camera_id": "string",
"name": "string",
"camera_params": {
"thumbnail_url": {
"use_proxy": true,
"base": "https://api.verkada.com/cameras/v1/footage/thumbnails",
"method": "GET",
"request_params": {
"resolution": "low-res"
},
"headers": {
"x-api-key": "da12cb332"
}
},
"thumbnail_from_stream_url": {
"use_proxy": true,
"base": "https://api.verkada.com/cameras/v1/footage/thumbnails",
"method": "GET",
"request_params": {
"resolution": "low-res"
},
"headers": {
"x-api-key": "da12cb332"
}
}
}
}
]