Skip to main content
GET
/
integrations
/
{connector_type}
Error
A valid request URL is required to generate request examples
{
  "connector_type": "outlook",
  "display_name": "<string>",
  "category": "core_iam",
  "description": "<string>",
  "signals": [
    "core_iam"
  ],
  "configured": true,
  "enabled": true,
  "status": "active",
  "health": {
    "last_success_at": "2023-11-07T05:31:56Z",
    "last_error": "<string>",
    "consecutive_failures": 123,
    "next_run_at": "2023-11-07T05:31:56Z",
    "poll_interval_seconds": 123
  },
  "ingest_subscriptions": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

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.

Path Parameters

connector_type
enum<string>
required

Connector type identifier

Available options:
outlook,
teams,
msft-calendar,
office365,
sentinel,
azure_ad,
defender,
duo,
okta,
ping_identity,
cyberark,
beyondtrust,
saviynt,
sailpoint,
one_identity,
crowdstrike,
carbon_black,
sentinelone,
splunk,
qradar,
elastic_siem,
zscaler,
palo_alto,
aws_cloudtrail,
google_workspace,
github,
servicenow,
lenel,
genetec

Response

Integration detail

connector_type
enum<string>

Connector type identifier

Available options:
outlook,
teams,
msft-calendar,
office365,
sentinel,
azure_ad,
defender,
duo,
okta,
ping_identity,
cyberark,
beyondtrust,
saviynt,
sailpoint,
one_identity,
crowdstrike,
carbon_black,
sentinelone,
splunk,
qradar,
elastic_siem,
zscaler,
palo_alto,
aws_cloudtrail,
google_workspace,
github,
servicenow,
lenel,
genetec
display_name
string
category
enum<string>

Security signal category

Available options:
core_iam,
mfa,
passwordless,
device_trust,
physical_access,
communications,
productivity,
saas,
iga,
endpoint_security,
pam,
network,
zero_trust,
cloud,
infrastructure
description
string
signals
enum<string>[]

Signal types this connector contributes to

Security signal category

Available options:
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
enum<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
Available options:
active,
degraded,
disabled,
pending,
not_configured
health
object

Present only when the connector is configured

ingest_subscriptions
integer | null

Number of active ingest subscriptions (e.g. Outlook/Teams webhooks)

created_at
string<date-time> | null
updated_at
string<date-time> | null