Microsoft Azure API Management · Example Payload

Microsoft Azure Api Management Devportal Signup Example

A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

Microsoft Azure Api Management Devportal Signup 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_SignUp",
  "method": "GET",
  "path": "/signup",
  "summary": "Sign up page",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "SignUpPage",
      "example": {
        "title": "Sign Up",
        "description": "Create a new developer account."
      }
    }
  ]
}