DHUBiC
Sign InGet Started
Developer Portal/API Reference
REST API — v1

API Reference

Every DHUBiC application exposes its own REST API. Select any service below to explore endpoints, request schemas, response formats, and live code examples.

api.dhubic.com/v1
Bearer token auth
JSON responses
OpenAPI 3.0
50+
API Endpoints
🟢
99.9%
Uptime SLA
<100ms
Avg Latency
📦
4
SDKs Available

All APIs (15)

👤Identity

Accounts API

Authentication, login, OAuth callbacks, MFA, session management, and user provisioning.

POST /api/loginPOST /api/complete-signupGET /auth/oauth/callback
View reference →
💳Payments

Treasury Transit API

Payments, approvals, trade flows, beneficiaries, and batch payment management.

GET /paymentsPOST /paymentsPUT /payments/{id}/approve
View reference →
📈Rates

Rate Vault API

Live FX rates, reference rates, historical data, rate alerts, and custom rate curves.

GET /ratesGET /rates/{pair}/historyPOST /rates/alerts
View reference →
🏦Banking

Bank Bridge API

Bank connections, account balances, transaction feeds, and statement retrieval.

GET /connectionsGET /accounts/{id}/balanceGET /accounts/{id}/transactions
View reference →
📚Accounting

Omni Ledger API

Chart of accounts, journal entries, ledger transactions, trial balance, and period close.

GET /ledger/accountsPOST /ledger/journalsGET /ledger/trial-balance
View reference →
📋Reporting

Report Vault API

Report templates, generation, scheduling, distribution, and export endpoints.

GET /reportsPOST /reports/generatePOST /reports/schedule
View reference →
🔍Compliance

Trace API

Audit log queries, event timelines, compliance report generation, and alert management.

GET /audit/eventsGET /audit/events/{id}/timelinePOST /audit/reports
View reference →
🔌Integrations

Integration Hub API

Connector management, integration CRUD, webhook subscriptions, and sync triggers.

GET /integrationsPOST /integrationsPOST /webhooks
View reference →
💹FX

Conversions API

FX quotes, spot and forward conversion execution, position queries, and history.

POST /conversions/quotePOST /conversions/executeGET /conversions/positions
View reference →
🔐Transfers

Transfer Vault API

High-value transfer creation, digital signing, dual-authorisation, and counterparty management.

POST /transfersPOST /transfers/{id}/signGET /counterparties
View reference →
🧭Analytics

Insight Navigator API

Query analytics, fetch forecasts, manage dashboards, KPI data, and anomaly events.

POST /insights/queryGET /forecasts/cashflowGET /anomalies
View reference →
🏢Platform

Workspace API

Workspace settings, member management, application catalogue, and custom domain config.

GET /workspaceGET /workspace/membersPUT /workspace/settings
View reference →
⚙️Admin

Admin Control API

User CRUD, role and permission management, SSO config, branding, and audit settings.

GET /admin/usersPOST /admin/users/invitePUT /admin/roles/{id}
View reference →
⏱️Automation

Time Pilot API

Schedule CRUD, workflow chains, manual run triggers, and execution history queries.

GET /schedulesPOST /schedulesPOST /schedules/{id}/run
View reference →
📊Spreadsheets

Sheets API

Sheet CRUD, cell read/write, version history, sharing, and DHUBiC data function evaluation.

GET /sheetsPOST /sheetsGET /sheets/{id}/cells
View reference →