7G Registry Platform API for Financial Services
Complete REST API for investor registry operations, transaction processing, and compliance reporting. Programmatic access to all platform functionality with Bearer token authentication and flexible external ID support.
Enterprise-Grade API
The 7G REST API provides secure, scalable access to all registry platform functionality including investor management, transaction processing, distribution workflows, and regulatory reporting. Built with modern REST standards and comprehensive documentation for seamless integration.
Bearer Token Authentication
Secure JWT-based authentication with token refresh capabilities. Simple login endpoint returns access tokens with configurable expiry for secure, stateless API access.
RESTful Design
Clean, intuitive REST endpoints with JSON responses and standard HTTP status codes.
Flexible ID System
Reference entities using your own IDs or 7G native IDs. External ID support for seamless integration without storing internal identifiers in your systems.
Enterprise Infrastructure
Production, test, and lab environments for reliable integration workflows. Comprehensive monitoring and staging support for safe development.
GET /BizEntity?BizEntityID=12345
Authorization (Bearer): {accessToken}
Content-Type: application/json
Version: 2.0
{
"result": true,
"message": "",
"recordCount": 1,
"data": {
"bizEntityID": 12345,
"name": "John Smith",
"legalName": "John Michael Smith",
"bizEntityTypeID": 1,
"accounts": [{
"accountID": 789,
"accountNumber": "ACC-001",
"balance": 15000.00,
"currencyID": 1
}]
}
}Getting Started
Three steps to integrate with the 7G Registry Platform API.
Choose Your Integration Path
HTTP/REST for universal integration, or .NET SDK for rapid C# development with automatic token management.
View Integration PathsFollow the Integration Guide
Step-by-step guides for authentication, entity creation, transactions, and distributions.
View GuidesExplore Core Concepts
Learn filtering, pagination, error handling, and the dual ID system.
View ConceptsAPI Reference
Comprehensive API documentation with endpoints, parameters, and response examples.
Authentication & System
Authentication, lookups, and system health monitoring
Entity Management
Manage investor entities, accounts, and related party structures
Supporting Resources
Manage persons, organisations, addresses, communications, and payment details
Transaction Processing
Process deposits, redemptions, transfers, and transaction notices
Investment Management
Manage investment unit classes and daily pricing
Distribution Workflow
Execute multi-step distribution workflow with account-level control
Documents & Reporting
Generate compliance reports and manage document storage asynchronously
Integration Resources
Official .NET SDK and comprehensive API documentation for all integration scenarios.
.NET SDK
Official NuGet package with automatic token management, strongly-typed clients, and fluent filtering.
API Documentation
Complete reference with integration guides, code examples, and core concepts for both HTTP and SDK paths.
Integration Support
Our team provides comprehensive integration support including technical documentation, implementation guidance, and direct developer assistance for successful API integration.