I am having issue with an API hosted on Azure APIM. How to find the json payload of a specific API in azure APIM . How to find out the details in logs?
Asked
Active
Viewed 217 times
1 Answers
1
You have to add Application Insights under Monitoring
And then you can set on your specific API Diagnostics Logs under Settings
Here you can set what to log and how much
You can see then the payload in Application Insights

Demetrius Axenowski
- 706
- 6
- 14
-
Thanks it is helpful – RubenSo Sep 30 '21 at 20:14
-
@RubenSo no problem. Please accept the answer. Thank you – Demetrius Axenowski Oct 01 '21 at 12:43