Get Integration
Retrieves the specified configured integrations by ID
Path parameters
-
integrationId
integer(int64) Required
Query parameters
-
verify_connection
boolean Try to connect to the integration to verify if the connection is still valid
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": {}
}