How can I test API without changing the actual data. | Community
Skip to main content
Level 3
March 24, 2022
Solved

How can I test API without changing the actual data.

  • March 24, 2022
  • 1 reply
  • 1326 views

Hi there,

 

Hope you are doing good.

 

Currently I am working with schema filed group end point  and I wanted to do some patch and put request. Is there is any way test the APIs without changing current setup or data. ?

 

Any hint is really appreciated.

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gokul_Agiwal

Hi @deepakkv 

In this case I think you can able to test / play with the sample postman collection which has all the AEP API with PUT, PATCH request. 

For reference -  Experience Platform Postman samples GitHub repository.

1 reply

Gokul_Agiwal
Community Advisor
Gokul_AgiwalCommunity AdvisorAccepted solution
Community Advisor
March 24, 2022

Hi @deepakkv 

In this case I think you can able to test / play with the sample postman collection which has all the AEP API with PUT, PATCH request. 

For reference -  Experience Platform Postman samples GitHub repository.

Adobe Employee
March 24, 2022

+1 to what @gokul_agiwal said. Plus you can create a sandbox and play with the data in there and delete the sandbox when you are done. If you need some sample schemas and data to play with, these resources might be helpful:

https://experienceleague.adobe.com/docs/platform-learn/getting-started-for-data-architects-and-data-engineers/overview.html

https://experienceleague.adobe.com/docs/platform-learn/tutorials/import-sample-data.html?lang=en 

Gokul_Agiwal
Community Advisor
Community Advisor
March 24, 2022

Agree with @dwright-adobe Sandbox too help to play with AEP API.