0

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?

RubenSo
  • 33
  • 9

1 Answers1

1

You have to add Application Insights under Monitoring

Monitoring

And then you can set on your specific API Diagnostics Logs under Settings

API Diagnostics Logs

Here you can set what to log and how much

You can see then the payload in Application Insights

Logs