cURL
curl --request GET \ --url https://api.prd.rad.security/tenants/{tenant_id}/integrations/external
{ "current_offset": 123, "has_more": true, "total_count": 123, "entries": [ { "id": "<string>", "name": "<string>", "type": "jira-cloud", "config": {} } ] }
RAD tenant ID
List of external integrations
A collection of integrations of different types
The offset of the currently requested record set
If there are more records available
The total number of records that match the criteria
Show child attributes