Explore the docs »
190+ pre-configured APIs
·
Website
·
Contribute an API
·
Slack Community
Nango is a single API to interact with all other external APIs. It should be the only API you need to integrate to your app.
Initiate a new OAuth flow from your frontend:
nango.auth('github', 'user123');
Get structured objects from external APIs from your backend:
nango.listRecords<GithubIssue>({
providerConfigKey: 'github',
connectionId: 'user123',
model: 'GithubIssue',
});
Nango's flexibility ensures it supports any API integration:
- Pre-built integrations: Utilize pre-built integrations for popular APIs and standard use-cases to ship fast.
- Custom integrations: Build your own integrations in code with limitless customization capabilities.
- Managed integrations: Leverage Nango experts to create and maintain your integrations end-to-end.
Over 190 APIs are pre-configured to work right out of the box. We support 25+ categories such:
- Accounting: Netsuite, Quickbooks, Xero, ...
- Communications: Slack, Discord, Teams, ...
- CRMs: Hubspot, Salesforce, ...
- Emails: Gmails, Outlook, ...
- HR: Deel, Gusto, BambooHR, Personio, ...
- Identity: Okta, Auth0, ...
- Knowledge Bases: Notion, Drive, ...
- Ticketing: Linear, Jira, ...
- Support: Zendesk, ...
- Video: Zoom, Google Meet, ...
- and many more
But remember, Nango can work with any API and any use-case!
Sign up for free and try the interactive demo:
Our mission is to enable all SaaS to seamlessly integrate together. By being open source, every engineer can contribute improvements to the platform for everyone:
Thank you for continuously making Nango better ❤️
Pizzly (a simple service for OAuth) was initially developed by the team at Bearer with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at Nango adopted the project and has since maintained and evolved it together with the growing Nango community.