Get Integration
Retrieves the specified configured integrations by ID
GET
/api/integration/{integrationId}
curl \
--request GET 'https://api-dev.gatego.io/api/integration/{integrationId}'
Response examples (200)
{
"id": 42,
"type": "CAMERA",
"vendor": "VERKADA",
"status": {
"connected": true
},
"config": {}
}