C3 : Target Admin APIs on Adobe.io - adobe-target/serverside-testing GitHub Wiki
Level | Advanced |
---|---|
Time | 10 mins |
Step 1 : Adobe I/O
Adobe.io is Adobe's API gateway and Target is available as an integration service in Adobe.io. You can create an integration and use Target's admin and reporting APIs. For this lab, an integration was created using an admin account. While it is a straightforward and a conventional process using JWT based authentication it is outside the scope of this lab to review those steps. You can find the documentation on adobe.io for creating an integration, authentication and api reference.
Step 2 : Import the Postman Collection
https://www.getpostman.com/collections/5cc9c7abc6c534b0cfce
Clicking on this link should automatically open Postman. If it didn't, manually open the Postman Chrome app and import this collection
Step 3 : Add global variables for postman
Each call requires an access_token and an api key. Add these as globals so you don't have to add it to every call. These tokens should be configured in your adobe.io console.
Step 3 : Fire the calls!
This collection has nine different API calls demonstrating a range of CRUD APIs for Target. All calls are preconfigured with the required inputs. Feel free to fire the calls and modify it.