Supported APIs
Adobe
API configuration: adobe
Features
Feature | Status |
---|---|
Auth (OAuth) | ✅ |
Syncs & Actions | ✅ |
Nango Proxy | ✅ |
Auto-pagination | 🚫 (time to contribute: <1h) |
API-specific rate limits | 🚫 (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- If the service you are trying to integrate allows
offline_access
then you will be able to get refresh token if you add this in the scopes - Depending on the selected API, some platforms may not be available to be used with that API. Select the platform that best suits your application use case if more than one platform is available.
- When creating an API make, it is important to web app as the type of application you are integrating too.(Not all apps support OAuth 2.0 )
- To refresh the token simple use
nango.getConnection()
to generate new set of tokens
Add Getting Started links and Gotchas by editing this page