Documentation

ThreatLens360 Documentation

Everything you need to get the most from the ThreatLens360 platform — from initial setup to advanced API integrations.

Integrations

Connect ThreatLens360 to your existing security and operations tooling.

Slack

Real-time alerts and daily summaries in Slack channels

Microsoft Teams

Security alerts and findings in Teams channels

Jira

Automatic ticket creation for findings with configurable severity thresholds

ServiceNow

Bi-directional sync for ITSM workflows and asset management

PagerDuty

Critical alert escalation for on-call teams

Microsoft Sentinel

SIEM integration for correlating ThreatLens findings with internal events

Splunk

Ingest ThreatLens data into Splunk for custom dashboards and correlation

Webhook

Generic webhook for any system — supports JSON and form-encoded payloads

Need Help Beyond the Docs?

Our Customer Success team is available to help with onboarding, technical configuration, and best practices. All customers receive access to our support team — Priority and Enterprise customers get a dedicated Customer Success Manager.

In-platform chat: Business hours support via live chat
Email support: support@threatlens360.com
Onboarding sessions: Available for all new customers

API Quick Start

# Authenticate
curl -X GET \
https://api.threatlens360.com/v1/assets \
-H "Authorization: Bearer YOUR_API_KEY"
# Response
{
"assets": [...]
"total": 234,
"page": 1
}

Full API reference available in documentation. Rate limits apply per plan.