Moltaro
Overview
Moltaro Public Integration API moltaro-public-v1
Section titled “Moltaro Public Integration API moltaro-public-v1”Public runtime and integration API for Moltaro.
Workspace endpoints
- Moltaro OnPrem resolves the single workspace database from runtime configuration.
- Use
Authorization: Bearer <token>for authenticated routes. - Service API keys use the same bearer header (
Authorization: Bearer <api-key>). - API keys are created and governed from the Moltaro admin UI; API-key administration endpoints are not part of this public reference.
- If headers are not possible, pass the token as
access_tokenquery parameter (use only when needed).
Scope
- This reference is curated for runtime integrations.
- It includes runtime entity, transfer, collaboration, lookup, Boards runtime, and Entitlement Operations runtime endpoints.
- It intentionally excludes administration, entity-builder, .NET package, business-function authoring, Boards setup, entitlement setup, and internal diagnostic APIs.
Responses
- Most endpoints return
ApiResponse<T>withSuccess,Data,Errors, andWarnings.
Information
- OpenAPI version:
3.0.4
Operations
Section titled “Operations”Authentication
Section titled “Authentication”WorkspaceBearer
Section titled “WorkspaceBearer”Workspace bearer token or service API key. Example: Bearer {token}
Security scheme type: http
Bearer format: Bearer