🚀 Quickstart
Connect to Factorial with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Factorial (API Key).
3
Call the Factorial API
Let’s make your first request to the Factorial API (read the API key’s credential info). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.
📚 Factorial (API Key) Integration Guides
Nango-maintained guides for common use cases.- How do I link my account? Connect your Factorial account using the Connect UI
Factorial API keys grant full admin access to the entire platform and never expire. They’re not tied to any individual user, so generate and store them carefully — see the setup guide for details.If you’d rather have each company authorize your app via OAuth instead of sharing an admin API key, see the Factorial (OAuth) integration.