Get Integrations

GET /api/integration

Retrieve all configured integrations optionally filtered by type

Query parameters

  • type string

    Integration Type

    Value is CAMERA_PROVIDER.

Responses

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