# DgCore developer portal
A caller-facing projection of the DgCore API contracts, generated from the platform's own catalogs.

## What is here

This build publishes **4984 operations** across **43 domain contracts**, grouped into 1060 resource sections.

| Domain | Operations | Resource sections |
| --- | --- | --- |
| [Account Service](/api/account) | 224 | 30 |
| [Accounting Service](/api/accounting) | 162 | 31 |
| [Accrual Service](/api/accrual) | 70 | 9 |
| [Allotment Service](/api/allotment) | 121 | 12 |
| [Audit Service](/api/audit) | 35 | 5 |
| [Aurax BFF Service](/api/aurax-bff) | 1110 | 298 |
| [Aurax BNPL BFF Service](/api/aurax-bnpl-bff) | 192 | 74 |
| [Aurax Management](/api/aurax-management) | 75 | 13 |
| [BNPL Back Office Service](/api/bnpl-backoffice-bff) | 45 | 14 |
| [BNPL Management Service](/api/bnpl-management) | 37 | 7 |
| [BPM](/api/bpm) | 214 | 118 |
| [Broadcast](/api/broadcast) | 1 | 1 |
| [Business Core Service](/api/business-core) | 130 | 21 |
| [Campaign](/api/campaign-management) | 40 | 7 |
| [Collateral Service](/api/collateral) | 71 | 7 |
| [Core Service](/api/core) | 222 | 48 |
| [Customer](/api/customer) | 277 | 23 |
| [Customer Application Service](/api/customer-application) | 67 | 11 |
| [Customer Evaluation Service](/api/customer-evaluation) | 58 | 9 |
| [Document Management Service](/api/document-management) | 115 | 15 |
| [Expense Service](/api/expense) | 80 | 9 |
| [Foreign Trade](/api/foreign-trade) | 278 | 41 |
| [Integration Service](/api/integration) | 157 | 45 |
| [Kas Service](/api/kas) | 12 | 3 |
| [Legal Follow Service](/api/legal-follow) | 84 | 11 |
| [Loan Collection Service](/api/loan-collection) | 73 | 10 |
| [Loan Reconciliation Service](/api/loan-reconciliation) | 49 | 14 |
| [Loan Service](/api/loan) | 204 | 22 |
| [Mobile BFF Service](/api/mobile-bff) | 39 | 22 |
| [Money Transfer](/api/money-transfer) | 106 | 19 |
| [Notification Service](/api/notification) | 67 | 9 |
| [Payback Plan](/api/payback-plan) | 53 | 8 |
| [Pricing](/api/pricing) | 50 | 8 |
| [Product](/api/product) | 80 | 10 |
| [Product-tree](/api/product-tree) | 51 | 9 |
| [Profit Share Service](/api/profit-share) | 23 | 1 |
| [Proposal](/api/proposal) | 64 | 8 |
| [Risk Management Service](/api/risk-management) | 65 | 10 |
| [Service Banking BFF Service](/api/service-banking-bff) | 16 | 14 |
| [Task Management Bff Service](/api/task-management-bff) | 44 | 18 |
| [Template Management Service](/api/template-management) | 59 | 6 |
| [Time Deposit](/api/time-deposit) | 6 | 3 |
| [Transaction Limit Service](/api/transaction-limit) | 58 | 7 |

:::note
These pages are the contract the platform's services declare, generated from its catalogs rather than read from a deployment. Code against the contract here, and treat the environment you were given as the authority on what it currently serves.
:::

One thing is present that a contract catalog does not usually carry:

- **Which error codes an operation is known to raise.** 2568 of the 4984 published operations carry a list of the platform error codes found in their handler and validators, each with the HTTP status it arrives on. It is rendered on the operation page and indexed by search — so a code you are holding can be searched back to the operations known to raise it — and travels in the downloaded document as `x-aura-error-codes`.

The [error catalog](/platform/errors) holds the codes seeded for this snapshot with their messages, while an operation lists what its own source raises. The two are read from different places, so a code may appear on an operation without a seeded message; the operation page marks those.

## Where to go next

- [**Getting started**](/getting-started) — The shortest path from nothing to one successful call, in five steps.
- [**Authentication**](/authentication) — How a caller presents a credential: a bearer token in an Authorization header.
- [**API reference**](/api) — Every published operation, with its request and response schema. Starts at the domain catalog; one section per domain in the sidebar.
- [**Downloads**](/downloads) — The OpenAPI documents behind this site, and the generated SDKs, as files you can hand to a code generator.
