Skip to main content
GET
/
integrations
/
{connector_type}
Get a single integration point
curl --request GET \
  --url https://eris.devops.truu.ai/api/v1/external/integrations/{connector_type} \
  --header 'X-API-Key: <api-key>'
{
  "connector_type": "<string>",
  "display_name": "<string>",
  "category": "<string>",
  "description": "<string>",
  "signals": [
    "<string>"
  ],
  "configured": true,
  "enabled": true,
  "status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Domain-scoped API key. Generate and manage keys from the API Keys page in Settings.

Accepted in two forms:

  • X-API-Key: <key> header (preferred)
  • Authorization: Bearer <key> header (also accepted)

Path Parameters

connector_type
string
required

Connector type identifier. Examples: outlook, teams, sentinel, azure_ad, okta, duo, crowdstrike, splunk, aws_cloudtrail, google_workspace, github, truu-passwordless.

Response

Integration detail

connector_type
string

Connector type identifier. Examples: outlook, teams, sentinel, azure_ad, okta, duo, crowdstrike, splunk, aws_cloudtrail, google_workspace, github, truu-passwordless.

display_name
string
category
string
description
string
signals
string[]

Signal types this connector contributes to

Security signal category. Examples: core_iam, mfa, passwordless, device_trust, physical_access, communications, productivity, saas, iga, endpoint_security, pam, network, zero_trust, cloud, infrastructure.

configured
boolean

Whether a connector record exists for this domain

enabled
boolean

Whether the connector is currently enabled

status
string
  • active — Connector is enabled and has polled successfully
  • degraded — Connector is enabled but has 3+ consecutive failures
  • disabled — Connector exists but has been disabled
  • pending — Connector is enabled but has never polled successfully
  • not_configured — No connector record exists for this domain
created_at
string<date-time> | null
updated_at
string<date-time> | null