MuleSoft · Example Payload

Mulesoft Getenvironment Example

API GatewayAPI ManagementEnterpriseIntegration

Mulesoft Getenvironment Example is an example object payload from MuleSoft, 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": "getEnvironment",
  "method": "GET",
  "path": "/accounts/api/organizations/{orgId}/environments/{envId}",
  "summary": "Mulesoft Get Environment Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getenvironment200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "organizationId": "500123",
        "isProduction": true,
        "type": "design",
        "clientId": "500123",
        "createdAt": "2026-01-15T10:30:00Z",
        "updatedAt": "2026-01-15T10:30:00Z"
      }
    }
  ]
}