Developer Documentation
Integrate with the Rialto platform for securities issuance, KYC, and investor management.
Welcome to the Rialto developer documentation. This guide covers everything you need to integrate your application with Rialto -- from authenticating users to managing subscriptions and shares.
Quick Start
Get up and running in minutes:
# Exchange your IdP token for Rialto tokens
curl -X POST https://api.rialto.com/identity/auth/exchange \
-H "Content-Type: application/json" \
-H "X-API-Key: rialto_ak_<org_id>_<random>" \
-d '{ "token": "<your_idp_id_token>" }'Explore the Documentation
Getting Started
From credentials to your first token exchange
Authentication
Token exchange flow, ID token requirements, IdP setup
Webhooks
Real-time event notifications and signature verification
KYC & Accreditation
User identity verification and accredited investor checks
API Reference
Full endpoint catalog across all services
Offerings & Securities
Browse offerings and security classes
Subscriptions
Investment lifecycle from creation to completion
Shares
Share records, restrictions, and holding periods
API Base URL
All API requests should be made to:
https://api.rialto.comServices are accessed via path prefix: /identity, /notifications, /issuance.
Need Help?
- Start with the Getting Started guide for a step-by-step walkthrough
- Review the API Reference for endpoint details
- Set up Webhooks for real-time event notifications