Search code examples
azureazure-api-managementapim

How to find the json payload of a specific API in azure APIM


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?


Solution

  • 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