Skip to main content

πŸš€ Quickstart

Connect to NetSuite with Nango using the OAuth 2.0 Client Credentials flow and see data flow in minutes.
1

Create the integration

In Nango (free signup), go to Integrations β†’ Configure New Integration β†’ NetSuite (Client Credentials).
2

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.
3

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:
curl "https://api.nango.dev/proxy/record/v1/customer" \
  -H "Authorization: Bearer <NANGO-API-KEY>" \
  -H "Provider-Config-Key: <INTEGRATION-ID>" \
  -H "Connection-Id: <CONNECTION-ID>"
βœ… You’re connected! Check the Logs tab in Nango to inspect requests.
4

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

Official docs: NetSuite OAuth 2.0 Client Credentials

🧩 Pre-built syncs & actions for NetSuite (Client Credentials)

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.