> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Adobe

API configuration: [`adobe`](https://nango.dev/providers.yaml)

## Features

| Features                                                             | Status                         |
| -------------------------------------------------------------------- | ------------------------------ |
| [Auth (OAuth)](/integrate/guides/authorize-an-api)                   | ✅                              |
| [Sync data](/integrate/guides/sync-data-from-an-api)                 | ✅                              |
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅                              |
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api)         | ✅                              |
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: \<48h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [How to register an Application](https://developer.adobe.com/developer-console/docs/guides/getting-started)
* [OAuth-related docs](https://developer.adobe.com/developer-console/docs/guides/authentication/OAuth)
* [Adding an Adobe service](https://developer.adobe.com/developer-console/docs/guides/services/services-add-api-oauth/)
* [List of OAuth scopes](https://developer.adobe.com/developer-console/docs/guides/authentication/OAuth/Scopes/)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## 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.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/adobe.mdx)</Note>
