RCN developer platform
Build trustworthy credit workflows.
Everything your institution needs to identify subjects, report reliable histories, interpret explainable profiles and operate a secure integration.
Choose a path
Make your first request
Authenticate, resolve a subject, report an account and query a profile.
Secure access
Choose scopes, protect secrets and rotate keys safely.
Explore every endpoint
Browse methods, paths, permissions and operational behavior.
Receive webhooks
Verify signed events, prevent replay and recover failed deliveries.
Prepare for production
Work through security, resilience and controlled-launch checks.
Consistent by design
One predictable API.
JSON resources, explicit scopes, stable request IDs and explainable outputs make integrations easier to review and operate.
Query a credit profile
curl "https://api.redmontcredit.com/api/v1/credit/$SUBJECT_ID?purpose=ACCOUNT_REVIEW&inquiry_type=SOFT" \
-H "Authorization: Bearer $RCN_API_KEY" \
-H "X-Request-ID: account-review-1042"