🚀 Quickstart
Connect to SentinelOne with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> SentinelOne.
Authorize SentinelOne
Go to Connections -> Add Test Connection -> Authorize, then enter your API Token and Hostname. Later, you’ll let your users do the same directly from your app.
Call the SentinelOne API
Let’s make your first request to the SentinelOne API (list sites). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.To call a different SentinelOne endpoint, keep the same
- cURL
- Node
Provider-Config-Key and Connection-Id and change only the proxied API path, for example /web/api/v2.1/agents?limit=100.✅ You’re connected! Check the Logs tab in Nango to inspect requests.Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.