Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
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 | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
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
Useful links
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