Skip to main content
GET
/
integrations
/
signals
List signal types and their sources
curl --request GET \
  --url https://api.truu.ai/api/v1/external/integrations/signals \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "signal": "core_iam",
      "active": true,
      "sources": [
        {
          "connector_type": "outlook",
          "display_name": "<string>",
          "enabled": true,
          "status": "active"
        }
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Domain-scoped API key. Generate and manage keys from the API Keys page in Settings. Pass via the X-API-Key header.

Response

Signal types with connector sources

items
object[]