Welcome
The Adobe Experience Platform API is a RESTful API that can be used to interact with the Adobe Experience Platform.
This site contains the project documentation for the
aezpz
project that makes it easy to authenticate and
make requests to the Adobe Experience Platform API.
Table Of Contents
Getting Started
Installation
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
-
Sign in to the Adobe Developer Console with your Adobe Experience Platform account https://developer.adobe.com/console
-
Create a new project or use an existing project
-
Add the Experience Platform API to your project
-
Create OAuth Server-to-Server credentials for your project
-
On the Credentials page click the "Download JSON" button to download the credentials file