aezpz

Adobe Experience Platform API made easy peasy


Keywords
adobe, aep, sdk
License
MIT
Install
pip install aezpz==0.0.4

Documentation

Adobe Experience Platform API made easy peasy

PyPI version

Documentation

The Adobe Experience Platform API is a RESTful API that uses OAuth 2.0 for authentication. To use the API you'll need to create a project in the Adobe Developer Console and create OAuth Server-to-Server credentials for your project.

This library makes it easy to authenticate with the Adobe Experience Platform API and make requests to the API.

Installation

pip install aezpz

Usage

import aezpz

# Load the credentials from the credentials file
api = aezpz.load_config('path/to/credentials.json')

# Make a request to the API
api.schemas.find(title='my_schema')

Credentials

  1. Sign in to the Adobe Developer Console with your Adobe Experience Platform account https://developer.adobe.com/console

  2. Create a new project or use an existing project

  3. Add the Experience Platform API to your project

  4. Create OAuth Server-to-Server credentials for your project

  5. On the Credentials page click the "Download JSON" button to download the credentials file

Screenshot of credentials page with highlighted download json button