Get Integration
Retrieves the specified configured integrations by ID
Query parameters
-
verify_connection boolean
Try to connect to the integration to verify if the connection is still valid
GET
/api/integration/{integrationId}
curl \
-X GET https://api-dev.gatego.io/api/integration/{integrationId}
Response examples (200)
{
"id": 42,
"type": "CAMERA",
"vendor": "VERKADA",
"status": {
"connected": true
},
"config": {}
}