DHUBiC
Sign InGet Started
Developer Portal/API Reference
REST API Β· v1

API Reference

Every DHUBiC application exposes its own REST API. Browse endpoints, request schemas, response formats, and live try-it examples.

15
API services
50+
Endpoints
99.9%
Uptime SLA
<100ms
Avg latency
4
SDKs
Base URL
api.dhubic.com
Bearer JWTJSON bodiesOpenAPI 3.0Idempotency keys
πŸ”‘
Authentication GuideRequired

Bearer tokens, OAuth 2.0 flows, scopes, token refresh, and rate limits. Read this first.

β†’
πŸ‘€

Accounts API

Identity

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

POST/api/login
POST/api/complete-signup
GET/auth/oauth/callback
3 sample endpointsExplore β†’
πŸ’³

Treasury Transit API

Payments

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

GET/payments
POST/payments
PUT/payments/{id}/approve
3 sample endpointsExplore β†’
πŸ“ˆ

Rate Vault API

Rates

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

GET/rates
GET/rates/{pair}/history
POST/rates/alerts
3 sample endpointsExplore β†’
🏦

Bank Bridge API

Banking

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

GET/connections
GET/accounts/{id}/balance
GET/accounts/{id}/transactions
3 sample endpointsExplore β†’
πŸ“š

Omni Ledger API

Accounting

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

GET/ledger/accounts
POST/ledger/journals
GET/ledger/trial-balance
3 sample endpointsExplore β†’
πŸ“‹

Report Vault API

Reporting

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

GET/reports
POST/reports/generate
POST/reports/schedule
3 sample endpointsExplore β†’
πŸ”

Trace API

Compliance

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

GET/audit/events
GET/audit/events/{id}/timeline
POST/audit/reports
3 sample endpointsExplore β†’
πŸ”Œ

Integration Hub API

Integrations

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

GET/integrations
POST/integrations
POST/webhooks
3 sample endpointsExplore β†’
πŸ’Ή

Conversions API

FX

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

POST/conversions/quote
POST/conversions/execute
GET/conversions/positions
3 sample endpointsExplore β†’
πŸ”

Transfer Vault API

Transfers

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

POST/transfers
POST/transfers/{id}/sign
GET/counterparties
3 sample endpointsExplore β†’
🧭

Insight Navigator API

Analytics

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

POST/insights/query
GET/forecasts/cashflow
GET/anomalies
3 sample endpointsExplore β†’
🏒

Workspace API

Platform

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

GET/workspace
GET/workspace/members
PUT/workspace/settings
3 sample endpointsExplore β†’
βš™οΈ

Admin Control API

Admin

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

GET/admin/users
POST/admin/users/invite
PUT/admin/roles/{id}
3 sample endpointsExplore β†’
⏱️

Time Pilot API

Automation

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

GET/schedules
POST/schedules
POST/schedules/{id}/run
3 sample endpointsExplore β†’
πŸ“Š

Sheets API

Spreadsheets

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

GET/sheets
POST/sheets
GET/sheets/{id}/cells
3 sample endpointsExplore β†’