π Quickstart
Connect to NetSuite with Nango using the OAuth 2.0 Client Credentials flow and see data flow in minutes.Create the integration
In Nango (free signup), go to Integrations β Configure New Integration β NetSuite (Client Credentials).
Connect NetSuite
Go to Connections β Add Test Connection and provide your NetSuite credentials. Later, youβll let your users or systems do the same directly from your app.
You will need your NetSuite Account ID, Client ID, Certificate ID, and RSA private key. Follow the setup guide below to obtain these.
Call the NetSuite API
Make your first request to the NetSuite REST API. Replace the placeholders below with your API key, integration ID, and connection ID:β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
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.
π NetSuite (Client Credentials) integration guides
- How to link your NetSuite account
Find your Account ID, Client ID, Certificate ID, and private key to connect via the Connect UI