Reconciliation partner endpoint map¶
Generated
Generated from docs/openapi/recon-partner.openapi.json. Deployed services mount at root_path=/v1; call paths as /v1 + path below.
Do not edit this file by hand. Run python3 scripts/generate_endpoint_maps.py.
Path prefix: Callers use /v1 + path (for example /v1/ingestion/background).
| Method | Path | Tag | Summary |
|---|---|---|---|
POST |
/exceptions/resolve |
Exceptions | Resolve Exceptions |
GET |
/health |
— | Health |
POST |
/ingestion/asset |
Ingestion | Parse portfolio holdings + custodian report, store to BigQuery, then trigger asset reconciliation |
POST |
/ingestion/background |
Ingestion | Parse GL + Bank files, store to BigQuery, then trigger reconciliation-engine |
GET |
/loader/pipeline-status/{session_id} |
Loader | Get full pipeline status for a session across all services |
Related¶
- Fraud API guide · KYC API guide · Reconciliation API guide
- OpenAPI embeds: Fraud · KYC · Reconciliation