Get Integration

GET /api/integration/{integrationId}

Retrieves the specified configured integrations by ID

Path parameters

Query parameters

  • Try to connect to the integration to verify if the connection is still valid

Responses

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": {}
}