Skip to main content
GET
/
tenants
/
{tenant_id}
/
integrations
/
external
/
{integration_id}
Get the details of a configured integration
curl --request GET \
  --url https://api.prd.rad.security/tenants/{tenant_id}/integrations/external/{integration_id}
{
  "id": "<string>",
  "name": "<string>",
  "type": "jira-cloud",
  "config": {}
}

Path Parameters

tenant_id
string
required

RAD tenant ID

integration_id
string
required

Integration ID

Response

Integration details

The common parameters for an external integration

id
string
required

The unique ID of the integration

name
string
required

Name of the integration for disambiguation

type
enum<string>
required

The type of the integration

Available options:
jira-cloud,
splunk,
qualys,
microsoft-defender,
crowdstrike-falcon-insight,
crowdstrike-falcon-spotlight,
sentinelone-singularity,
sophos-endpoint,
tanium-edr,
malwarebytes-threatdown,
crowdstrike-falcon-nextgen-siem,
rapid7-insightvm,
rapid7-insightidr,
tenable-vm,
okta-identity,
microsoft-entra-id,
google-workspace,
notion-internal-app,
slack-oauth,
mock-crowdstrike-falcon-insight,
mock-crowdstrike-falcon-spotlight,
mock-siem
config
object
required

Integration specific extra configuration, e.g. webhook URLs