Get Integrations
Retrieve all configured integrations optionally filtered by type
Query parameters
-
type string
Integration Type
Value is
CAMERA_PROVIDER
.
GET
/api/integration
curl \
-X GET https://api-dev.gatego.io/api/integration
Response examples (200)
[
{
"id": 42,
"type": "CAMERA",
"vendor": "VERKADA",
"status": {
"connected": true
},
"config": {}
}
]