RCN Connect
A stable API for lending infrastructure.
Resolve borrowers, query profiles, report accounts and send immutable credit events through a predictable, versioned REST API.
Integration flow
Authenticate
Scoped rcn_live_ API key
Query
Resolve a subject and retrieve the profile
Report
Create accounts and immutable events
Monitor
Receive signed change notifications
A complete reporting loop
GET /api/v1/subjects/minecraft/{uuid}
GET /api/v1/credit/{subject}
POST /api/v1/accounts
POST /api/v1/accounts/{id}/events
Idempotency-Key: loan-LN-18429
Authorization: Bearer rcn_live_…01
Core endpoints
Everything required for a complete reporting loop.
- GET /api/v1/credit/{subject}
- POST /api/v1/accounts
- POST /api/v1/accounts/{id}/events
- GET /api/v1/credit/{subject}/history
02
Operational safeguards
Scoped API keys, idempotency keys, request IDs, rate-limit headers and stable versioning make integrations safer to run.
03
Two environments
Use synthetic borrowers and test keys in sandbox before creating live data.
RCN credit information supports institutional risk assessment. RCN does not approve, reject, or price credit products on behalf of participating institutions.