Skip to main content

Testing Integration Instances: Validate Your Connections

Learn how to quickly validate integration connections to ensure reliable workflows and smooth automation setup.

Test your integration connection before using it in a workflow to confirm your authentication parameters are correctly configured.

How it works

Clicking Test Integration sends an HTTP request to a vendor-specific endpoint to validate authentication. It confirms the connection is working but does not verify that integration permissions are correctly configured.

  • Only step integrations support manual testing.

  • OAuth integrations are tested automatically when saved.

How to use

Test a step integration

  1. Configure the integration: Fill in the required authentication parameters for your integration.

  2. Run the test: Click Test Integration. Torq sends an HTTP request to a vendor-specific endpoint to validate the connection.

  3. Review the result: A success response confirms your authentication is correctly configured. If the test fails, check your credentials and try again.

Supported integrations

The following integrations support connection testing. Currently, only step integrations are testable.

Step integration

HTTP call used for test

Okta

https://{{ .OKTA_DOMAIN }}/api/v1/users?limit=1

VirusTotal

{{ .BASE_URL }}/ip_addresses/8.8.8.8

ServiceNow

https://{{ .SN_INSTANCE }}.service-now.com/api/now/table/sys_user?sysparm_limit=1

Cortex XDR

{{ .CORTEX_XDR_BASE_URL }}/api_keys/validate

SentinelOne

https://{{ .S1_MGMT_URL }}//web/api/v2.1/user

AbuseIPDB

https://api.abuseipdb.com/api/v2/account

Splunk Enterprise

{{ .SPLUNK_URL }}/services/authentication/current-context

UrlScan

https://urlscan.io/user/quotas

AlienVault OTX

https://otx.alienvault.com/api/v1/pulses/subscribed?page=1

Qualys

https://{{ .QUALYS_BASE_URL }}/api/2.0/fo/scan/?action=list

Microsoft Defender 365

https://login.microsoftonline.com/{{ .TENANT_ID }}/oauth2/v2.0/token

Microsoft Defender for Endpoint

https://login.microsoftonline.com/{{ .TENANT_ID }}/oauth2/v2.0/token

Did this answer your question?