Use CJA with Postman
Postman is a collaboration platform for API development. Its API client allows you to send and receive API calls in an intuitive interface. Follow this guide to set up the API client to send calls to Adobe's servers.
Prerequisites
Before following this guide, make sure that you are prepared with all requirements that are listed on the Getting started page. These requirements include:
- Your user account belonging to the correct product profile in the Adobe Admin Console
- An API client created in the Adobe Developer Console
Send a basic API call through Postman
Once you have met all prerequisites, follow the steps below to submit a basic API call. You can then use the Endpoints guides to submit the desired API calls in your project.
- Download and install Postman. Follow the install prompts, then open the application once installed.
- Select Show me how in the left pane. This will open a new browser window, explaining how to send your first API request using [!DNL Postman].
- Follow this guide and after successfully having send the Postman example request (
https://postman-echo.com/get
), try one of the API requests from the Endpoints guides.