DHUBiC
Sign InGet Started
Developer Portal

Build on DHUBiC.APIs that just work.

Comprehensive REST & GraphQL APIs for authentication, tenant management, financial workflows, and more — production-ready from day one.

50+
API Endpoints
99.9%
Uptime SLA
<100ms
Avg Response
REST
& GraphQL
Quick start

From zero to production in minutes.

Our REST API follows predictable conventions. Authenticate once, then manage tenants, organizations, and financial workflows with clean, well-documented endpoints.

  • Bearer token authentication
  • Idempotency keys on all mutations
  • ISO 27001 compliant infrastructure
create-tenant.ts
// Authenticate and create a tenant
const res = await fetch('/api/provisioning/tenants', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': `Bearer ${token}`,
    'Idempotency-Key': crypto.randomUUID(),
  },
  body: JSON.stringify({
    organization_name: 'Acme Corp',
    workspace_name: 'acme',
    owner_email: 'admin@acme.com',
  }),
});

const tenant = await res.json();
console.log(tenant.workspace_url); // acme.dhubic.com
ISO/IEC 27001:2022 Certified

Your data is protected by enterprise-grade security infrastructure at every layer.

Ready?

Start building
today.

Explore our interactive API docs, read the guides, or reach out — our team is here to help you ship faster.