IntegrationsGet the details of a configured integration

Get the details of a configured integration

curl -X GET "https://api.rad.security/tenants/example_string/integrations/external/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "id": "example_string",
  "name": "John Doe",
  "type": "jira-cloud",
  "config": {}
}
GET
/tenants/{tenant_id}/integrations/external/{integration_id}
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

idstring
Required

The unique ID of the integration

namestring
Required

Name of the integration for disambiguation

typestring
Required

The type of the integration

Allowed values:jira-cloudsplunkqualysmicrosoft-defendercrowdstrike-falcon-insightcrowdstrike-falcon-spotlightsentinelone-singularitysophos-endpointtanium-edrmalwarebytes-threatdowncrowdstrike-falcon-nextgen-siemrapid7-insightvmrapid7-insightidrtenable-vmokta-identitymicrosoft-entra-idgoogle-workspacenotion-internal-appslack-oauthmock-crowdstrike-falcon-insightmock-crowdstrike-falcon-spotlightmock-siem
configobject
Required

Integration specific extra configuration, e.g. webhook URLs