Skip to content

Integrate

How to call MasteryHiveAI APIs and wire callbacks. Prefer these pages for happy-path integration; use live OpenAPI when a process is running.

Before any call

  1. Read Auth and tenancy — mechanisms differ by product.
  2. Open the product guide below.
  3. For KYC/KYB, use the static OpenAPI (or live /openapi.json).

Product guides

Product Guide Live schema
Fraud Fraud API Checks service /docs (Pub/Sub-oriented); stream services /docs
KYC / KYB KYC / KYB API /docs, /redoc, /openapi.json
Reconciliation Reconciliation API Per-microservice /docs where enabled

Principles

  • Prefer Pydantic / OpenAPI for HTTP shapes.
  • Prefer named markdown contracts (fraud output, recon exception/asset) for invariants OpenAPI does not encode.
  • Design for retries: recon sessions and exception resolve use explicit ids / scope keys.
  • Do not invent fields absent from schemas.