Edit in GitHubLog an issue

Get your environment file

There are two ways you can get a Postman environment file:

  1. Download an Environment Template from our Github repository here
  2. Utilize the environment file you downloaded directly from your Developer Project covered in this guide

Copy the Environment Template

Navigate to the Experience Platform Postman Samples Github repository and copy the Postman Environment Template

Copy Raw Text

Import the Postman Environment

  1. Open the Postman application and in the sidebar click on the Import button

    Postman Import Button


  1. A new window should open. Be sure to select the 'Raw text' option and then paste in the raw text you copied in the previous step. When done click Continue to load the Postman Environment.

    Paste Raw Text


  1. On the next screen you will be presented with the details about the Environment. You'll change the name in the next step so go ahead and click Import

Import Environment

Rename your Environment

  1. In your Postman app click on Environments in the sidebar and then click on the environment name you just imported. You should now see the screen below.

    Environment Details Screen


  1. In the work area of the Postman app click on the pencil icon that will display as you move your mouse over the environment name. Give your environment a friendly name as you will reference this environment later when you start working with the Experience Platform APIs

    Environment Details Screen

Populate the Environment Variables

In order to utilize the environment you have imported we need to populate a few of the variable values you see in the work area. These values will come from the Adobe Developer project under the Service Account (JWT) which you may have created in the previous Developer Console guide or have been supplied to you by your administrator. Below is quick sample mapping set of how to map the values from the Developer Project to the environment in Postman.



Developer Project CredentialsPostman Environment Values *
CLIENT SECRET
-->
CLIENT_SECRET
CLIENT ID
-->
API_KEY
TECHNICAL ACCOUNT ID
-->
TECHNICAL_ACCOUNT_ID
ORGANIZATION ID
-->
IMS_ORG

* Ensure you populate the values of Initial and Current value in your environment's work area



Developer Console Creds

Mapping your Private Key

You also need to ensure you load your private key into the environment. This would have been provided as well if you came from the Developer Console guide or may have been supplied to you by your administrator. Copy/paste the private key value into both the Initial and Current values in the environment work area.

Your Final Environment

When you are done your environment should look like below (both ACCESS_TOKEN and JWT_TOKEN values should be null). If everything looks good, click the Save icon in the upper right of the work area. Time to test things!

Postman environment values

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