+ Looking for Pizzly? You are in the right place. Pizzly has been renamed Nango. +
Explore the docs »
All supported APIs
·
Docs
·
Website
·
Contribute an API
·
Report Bug
·
Slack Community
Nango is a service for easy integrations with external APIs:
Leverage dozens of pre-built use cases with our unified APIs. Or extend them and build entirely custom integrations on top of our open, scalable platform.
With Nango you get:
- pre-built unified APIs for many use cases (CRM, Ticketing, HRIS etc.)
- a pre-built OAuth service for all supported APIs (can also be used standalone)
- support for 90+ external APIs
- extensible platform to build your own, custom unified APIs
Nango is easy to try in 5 minutes:
- 1-liner to start a new (O)Auth flow in your frontend (supports all 90+ external APIs):
const result = await nango.auth('github', '<user-id>');
- in your backend, easily fetch always up to date data with our fully typed SDK:
const contacts = await nango.hris.getEmployees('<user-id>');
- or only use the (O)Auth service and make any API call with the access token (or proxy):
const token = await nango.getToken('github', '<user-id>');
Nango supports 2 unified APIs:
- Ticketing: Jira, GitHub, Asana, Clickup, Gitlab.
- HRIS: BambooHR, Rippling, Workday, Gusto, Personio, Zenefits.
More are coming soon and you can always build your own, custom unified API.
Or build custom integrations with 90+ supported external APIs. Including:
- CRM: Front, Hubspot, Salesforce, etc.
- Accounting: Xero, Sellsy, Zoho Books, etc.
- Fintech: Brex, Stripe, Braintree, Ramp etc.
- Developer tools: GitHub, GitLab, Linear, Jira etc.
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom etc.
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, Google sheets, ClickUp etc.
- Social: Twitter, LinkedIn, Reddit, Facebook etc.
- and more...
If your favorite API is missing open a GitHub issue or contribute it right away.
Run locally:
git clone https://github.com/NangoHQ/nango.git && cd nango && docker compose up # Keep the tab open
Or sign up for free:
- Explore the documentation
- Share feedback or ask questions on the Slack community
- Explore our unified APIs or see the full list of supported APIs
- Contribute a new API
- Check out our blog on native integrations
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.