MuleSoft · JSON Structure

Mulesoft Structure

Structural overview of the MuleSoft API surface; extracted from openapi/.

Type: Properties: 0
API GatewayAPI ManagementEnterpriseIntegration

Mulesoft Structure is a JSON Structure definition published by MuleSoft.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "MuleSoft",
  "providerId": "mulesoft",
  "kind": "json-structure",
  "description": "Structural overview of the MuleSoft API surface; extracted from openapi/.",
  "schemaCount": 14,
  "operationCount": 15,
  "schemas": [
    {
      "name": "Organization",
      "type": "object",
      "propertyCount": 18,
      "required": [
        "id",
        "name"
      ]
    },
    {
      "name": "OrganizationUpdate",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "Subscription",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "Entitlements",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "ResourceAllocation",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Environment",
      "type": "object",
      "propertyCount": 8,
      "required": [
        "id",
        "name",
        "organizationId",
        "type"
      ]
    },
    {
      "name": "EnvironmentCreate",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "name",
        "type"
      ]
    },
    {
      "name": "EnvironmentUpdate",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "Application",
      "type": "object",
      "propertyCount": 20,
      "required": [
        "domain",
        "status"
      ]
    },
    {
      "name": "ApplicationCreate",
      "type": "object",
      "propertyCount": 9,
      "required": [
        "domain",
        "muleVersion",
        "workers"
      ]
    },
    {
      "name": "ApplicationUpdate",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "WorkerConfig",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "amount",
        "type"
      ]
    },
    {
      "name": "ApplicationStatus",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 2,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/accounts/api/organizations",
      "operationId": "listOrganizations",
      "summary": "Mulesoft List Organizations",
      "tags": [
        "Organizations"
      ]
    },
    {
      "method": "GET",
      "path": "/accounts/api/organizations/{orgId}",
      "operationId": "getOrganization",
      "summary": "Mulesoft Get Organization Details",
      "tags": [
        "Organizations"
      ]
    },
    {
      "method": "PUT",
      "path": "/accounts/api/organizations/{orgId}",
      "operationId": "updateOrganization",
      "summary": "Mulesoft Update Organization",
      "tags": [
        "Organizations"
      ]
    },
    {
      "method": "DELETE",
      "path": "/accounts/api/organizations/{orgId}",
      "operationId": "deleteOrganization",
      "summary": "Mulesoft Delete Organization",
      "tags": [
        "Organizations"
      ]
    },
    {
      "method": "GET",
      "path": "/accounts/api/organizations/{orgId}/environments",
      "operationId": "listEnvironments",
      "summary": "Mulesoft List Environments",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "POST",
      "path": "/accounts/api/organizations/{orgId}/environments",
      "operationId": "createEnvironment",
      "summary": "Mulesoft Create Environment",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "GET",
      "path": "/accounts/api/organizations/{orgId}/environments/{envId}",
      "operationId": "getEnvironment",
      "summary": "Mulesoft Get Environment Details",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "PUT",
      "path": "/accounts/api/organizations/{orgId}/environments/{envId}",
      "operationId": "updateEnvironment",
      "summary": "Mulesoft Update Environment",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "DELETE",
      "path": "/accounts/api/organizations/{orgId}/environments/{envId}",
      "operationId": "deleteEnvironment",
      "summary": "Mulesoft Delete Environment",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "GET",
      "path": "/cloudhub/api/v2/applications",
      "operationId": "listApplications",
      "summary": "Mulesoft List Applications",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "POST",
      "path": "/cloudhub/api/v2/applications",
      "operationId": "createApplication",
      "summary": "Mulesoft Create Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/cloudhub/api/v2/applications/{domain}",
      "operationId": "getApplication",
      "summary": "Mulesoft Get Application Details",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "PUT",
      "path": "/cloudhub/api/v2/applications/{domain}",
      "operationId": "updateApplication",
      "summary": "Mulesoft Update Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "DELETE",
      "path": "/cloudhub/api/v2/applications/{domain}",
      "operationId": "deleteApplication",
      "summary": "Mulesoft Delete Application",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/cloudhub/api/v2/applications/{domain}/status",
      "operationId": "getApplicationStatus",
      "summary": "Mulesoft Get Application Status",
      "tags": [
        "Applications"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/mulesoft-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.