GET
/api/integration
curl \
--request GET 'https://api-dev.gatego.io/api/integration'
Response examples (200)
[
{
"id": 42,
"type": "CAMERA",
"vendor": "VERKADA",
"status": {
"connected": true
},
"config": {}
}
]