A repository that collects Postman samples work with the Adobe Experience Platform.
The purpose of this repository is to collect Postman samples that show how to interact with the Adobe Experience Platform. Each of the samples will use a common Postman Environment file in order to make it easier to switch between separate collections.
-
Start POSTMan
-
Select the Adobe Experience Platform Environment file to import the environment.
-
Now click on the newly imported
Adobe Experience Platform
. -
Fill out the values for:
- clientID
- clientSecret
- OrgID
- TechAcctID
that you generated when you created your new integration.
Also fill out the
ldap
field with your user id so you'll be able to uniquely identify and data you create. -
Copy the contents of your
private.key
and use it as the value forprivateKey
.For MacOS & Linux platform
From the same terminal you ran
openssl
, execute the following command:pbcopy < private.key
For Windows Platform
From the same terminal you ran
openssl
, execute the following command:notepad private.key
Copy the entire key to the keyboard, including the
-----BEGIN PRIVATE KEY-----
and-----END PRIVATE KEY-----
lines. -
Click
Update
and close theManage Environments
dialog. -
Now make sure you select the
Adobe Experience Platform
from the environments drop down at the top right of POSTMan.
@ToDo
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the MIT. See LICENSE for more information.