[ SYSTEM_DIRECTORY / API_DOCUMENTATION ]

API Documentation

Build custom workflows and extract data programmatically.

+ + + +

The Mima API exposes endpoints to query the knowledge graph, manage triggers, run estate reports, and hook into automated leaver/joiner workflows. We support both REST endpoints and high-performance gRPC channels for real-time telemetry streaming and audit syncs.

[ API Endpoints ]

Interactive API Explorer

Select an endpoint to inspect its HTTP method, request path, and JSON schema payload.

GET/v1/assets

Query the unified software topological registry of all systems.

GET/v1/reconcile/status

Retrieve current audit compliance stance and drift statistics.

POST/v1/workflow/deprovision

Trigger leaver workflow or harvest license deprovision queue.

GET/v1/audit/attestation

Fetch signed Merkle proof ledger attestation receipt.

[ JSON Response Schema ]
{
  "status": "success",
  "total_count": 248,
  "assets": [
    {
      "id": "asset-420a",
      "product": "ANSYS Mechanical",
      "category": "Scientific",
      "seat_status": "dormant",
      "idle_days": 42
    },
    {
      "id": "asset-119b",
      "product": "Microsoft 365 E3",
      "category": "SaaS",
      "seat_status": "active",
      "idle_days": 0
    }
  ],
  "scan_integrity_proof": "0x4f89d3a7e91c2b00"
}