Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
- Register your app on the Dev Portal
- Nango implements the Auth Web APIs mentioned here (specifically, it implements the
authorization codeflow).
Contribute useful links by editing this page
API gotchas
- I could not find a public list of possible scopes, but there is a list when you setup your app in the dev portal.
- The refresh token has a very aggressive time out of just a few hours - make API requests very frequently (to refresh it) or you will lose access!
- Epic returns many things (scroll down for an example) together with the access token. Use the
getRawTokenRepsonsemethods of the Nango SDK to access these. You can get even more additional information by inspecting the access token.
Contribute API gotchas by editing this page