Skip to content

ktukker-adobe/experience-platform-postman-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe Experience Platform Postman Samples

A repository that collects Postman samples work with the Adobe Experience Platform.

Goals

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.

Usage

Import the Environment

  1. Install Postman

  2. Start POSTMan

  3. Select the Adobe Experience Platform Environment file to import the environment.

  4. Now click on the newly imported Adobe Experience Platform.

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

  6. Copy the contents of your private.key and use it as the value for privateKey.

    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.

  7. Click Update and close the Manage Environments dialog.

  8. Now make sure you select the Adobe Experience Platform from the environments drop down at the top right of POSTMan.

Import the Collection

@ToDo

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the MIT. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published