Microsoft Azure API Management · Example Payload

Microsoft Azure Api Management Devportal Listproducts Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Microsoft Azure Api Management Devportal Listproducts Example is an example object payload from Microsoft Azure API Management, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "DevPortal_ListProducts",
  "method": "GET",
  "path": "/products",
  "summary": "List available products",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ProductListExample",
      "example": {
        "count": 1,
        "value": [
          {
            "id": "starter-product",
            "name": "Starter",
            "description": "Free tier with rate-limited access to all APIs.",
            "subscriptionRequired": true,
            "approvalRequired": false
          }
        ]
      }
    }
  ]
}