Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEP Community Member of the Year!
SOLVED

Connection error while testing AEP Api in Postman

Avatar

Level 2

I created a project in AEP and wanted to test the connection through postman.

I undertook following steps:

  • Go to Postman 
  • Under "Authorization" tab, selected "OAuth 2.0" as the "Type". 
  • Token Name: "XYZ Test"
  • Grant Type: Authorization Code

Now, I am getting a prompt like this:

SonikaDU_0-1718625337006.png

 

And in postman I am getting :

SonikaDU_1-1718625427514.png

 

In log I get this:

SonikaDU_2-1718625601841.png

 

 

And then it goes to time out, please help me to fix this issue.

 

Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

@SonikaDU Checkout the IMS folder in this github, download the json and import it into postaman. 

Replace the API config id and should be good to go 

 

https://github.com/adobe/experience-platform-postman-samples/tree/master/apis/ims

 

Anil

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor and Adobe Champion

@SonikaDU Checkout the IMS folder in this github, download the json and import it into postaman. 

Replace the API config id and should be good to go 

 

https://github.com/adobe/experience-platform-postman-samples/tree/master/apis/ims

 

Anil

Avatar

Level 2

Hi Anil,

 

As suggested made configuration changes and it worked, I am able to generate token now. 

Thanks.