Redmont Credit NetworkRCNREDMONT CREDIT NETWORK
RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor
BanksPrivate lendersAutomated lendingCommercial lending
How RCN worksMember institutionsData principles
DevelopersMembership
Sign inBecome a member

Products

RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor

Solutions

BanksPrivate lendersAutomated lendingCommercial lending

Network

How RCN worksMember institutionsData principles
DevelopersMembership
Sign inBecome a member
Documentation navigation

Start here

  • Overview
  • Quickstart
  • Authentication
  • Sandbox

Core resources

  • Subjects
  • Credit profiles
  • Accounts & events
  • Reports
  • Disputes

Build reliably

  • API keys & access
  • Webhooks
  • Errors & limits
  • Security

Operate

  • Administration
  • Production checklist
RCN Docs

Start here

  • Overview
  • Quickstart
  • Authentication
  • Sandbox

Core resources

  • Subjects
  • Credit profiles
  • Accounts & events
  • Reports
  • Disputes

Build reliably

  • API keys & access
  • Webhooks
  • Errors & limits
  • Security

Operate

  • Administration
  • Production checklist
Endpoint reference API status

Developer documentation

Subjects

Create and resolve canonical individual and organisation identities without splitting credit history.

Subject types

TypeRequired fieldsUseful optional fields
INDIVIDUALminecraft_uuid, current_usernameforum_id, discord_id
ORGANISATIONlegal_nametrading_name, registration_number, website

A subject ID is RCN's canonical reference. Use it for accounts, inquiries, profiles, reports and disputes. Store the ID after resolution instead of repeating fuzzy searches for every operation.

Resolution workflow

  1. For an individual, query GET /subjects/minecraft/{minecraft_uuid} when the stable UUID is known.
  2. Otherwise search GET /subjects?q=… with at least two characters; results include both individual and organisation profiles.
  3. Confirm the returned type and stable attributes in your own workflow.
  4. Only create a new subject when no suitable record exists.
  5. Escalate 409 duplicate signals for review; do not modify identifiers to force creation.

Create an organisation

Shell
curl "https://api.redmontcredit.com/api/v1/subjects" -X POST \
  -H "Authorization: Bearer $RCN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type":"ORGANISATION",
    "legal_name":"Example Lending Corporation",
    "trading_name":"Example Lending",
    "registration_number":"RCR-1042",
    "website":"https://example.com"
  }'

Data minimisation

Report only identifiers required for reliable matching. Do not place secrets, passwords, private messages or unrelated personal information in metadata. Your institution is responsible for a lawful reporting basis and for correcting inaccurate identity data.

On this page

  • Subject types
  • Resolution workflow
  • Create an organisation
  • Data minimisation
PreviousSandbox and test strategyNextCredit profiles and inquiries
Redmont Credit NetworkRCNREDMONT CREDIT NETWORK

Shared credit infrastructure for Redmont's financial sector. Facts in, explainable risk out.

Products

RCN ScoreRCN CommercialRCN ReportsRCN ConnectRCN Monitor

Solutions

BanksPrivate lendersAutomated lendingCommercial lending

Developers

DocumentationAPI referenceSandboxStatus

Network

How RCN worksMembersData principles

Company

AboutSecurityContact
© 2026 Redmont Credit NetworkPrivacyTermsData policy