Skip to main content

Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (Basic)
Pre-built authorization UI
Custom authorization UI
End-user authorization guide
Expired credentials detection
ToolsStatus
Pre-built integrations🚫 (time to contribute: <48h)
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)
Not seeing the integration you need? Build your own independently.

Important limitations

  • Limited functionality: Private API (Basic Auth) is limited to just storing credentials. Because it’s generic, it does not have a base URL and many advanced Nango features are not available for it.
  • Base URL required: Since Private API (Basic Auth) is generic, depending on how you intend to use it (within integrations or making direct proxy calls), you must override the base URL. You cannot rely on a predefined base URL like other integrations.
  • Recommended use cases only: The only recommended use case for private API integrations is to store credentials for internal/customer-specific APIs that cannot be added to the Nango catalog.
  • For all other use cases: We recommend contributing the API to Nango or requesting it be added by us.

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
No useful links yet.
Contribute useful links by editing this page

API gotchas

Contribute API gotchas by editing this page

Connect to Private API (Basic Auth)

Guide to connect to Private API (Basic Auth) using Connect UI
I