Pre-Configured APIs
Adobe
API configuration: adobe
,adobe-umapi
for Adobe user management API
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- How to register an Application
- OAuth-related docs
- Adding an Adobe service
- List of OAuth scopes
- UMAPI authentication
- UMAPI API docs
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, simply use
nango.getConnection()
to generate a new set of tokens. - Adobe provides UMAPI Adobe user management API, which gives you programmatic access to users, groups, and entitlements for Adobe products and services.
- UMAPI is only available to the enterprise plan
- UMAPI enforces API rate limiting, please refer to the Throttling section of each API to determine its limitations. e.g, Throttling for the Get All Users in Organization API.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?