Overview

Pre-built tooling

Pre-built use-cases

No pre-built use cases yet (time to contribute: <48h)

Not seeing the use case you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

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.
Contribute API gotchas by editing this page

Connect to UMAPI (Adobe User Management API)

Guide to connect to UMAPI (Adobe User Management API) using Connect UI