Edit in GitHubLog an issue

Creating an API Integration Project

In order to make API calls to the Cloud Manager API, you must create a project (formerly known as an integration) in the Adobe Developer Console. This project defines the credentials used when making API calls as well as the permissions associated with those credentials.

To work with the Cloud Manager API on the Adobe Developer Console, you need to either the System Administrator role or be an assigned API Developer for your organization. Click here to learn more about the API Developer role.

When you receive notification of this role, click the Get Started button in the message to access services.

All requests to the Cloud Manager API must be authenticated using an access token. The Adobe I/O OAuth Documentation provides a guide to generate your first access token with the OAuth Server-to-Server credential.

To authenticate Cloud Manager APIs using a JWT access token, refer to the Adobe I/O JWT Documentation for a guide on creating the certificate files required to set up the integration and instructions on generating your first access token.

To create an API Integration:

  1. Navigate to the following URL: https://developer.adobe.com/console. This can also be reached by clicking the Console button at the top of this page.

  2. Click the Create new project button or select an existing project.

  3. (Optional) Click the Edit project button and give your project a title and description.

  4. Click the Add to Project button and select API from the drop-down menu.

  5. Under the Experience Cloud section select Cloud Manager and then click Next.

  6. Select OAuth Server-to-Server authentication. Note that obtaining JWT access token through Generate or Upload a key pair is deprecated.

Choosing type of authentication

  1. Select one of the Product Profiles to assign the integration to a specific Cloud Manager role.

Select Product Profile

  1. Click Save configured API.

Your client is now created. Notice your client has an Client ID (sometimes referred to as an API Key) and an Organization ID. You'll need these when making API calls. You will also need the Client Secret and Scopes values to obtain an Access Token.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.