The Trust Registry API provides real-time trust verification for financial institutions. Eliminate trust compliance errors with automated status updates and AI-powered verification.
Instant trust status verification
Bank-grade security and encryption
Handle millions of API calls
All API requests require authentication using an API key in the header.
X-API-Key: your_institution_api_key
Retrieve real-time trust verification data for institutions
GET https://api.trusto.inc/api/trust-registry/{trust_id}
curl -X GET "https://api.trusto.inc/trust-registry/trust_001" \ -H "X-API-Key: bank_wells_fargo_prod" \ -H "Content-Type: application/json"
{ "success": true, "data": { "trust_id": "trust_001", "name": "John and Mary Smith Family Trust", "status": "active", "verification_level": "platinum", "last_updated": "2024-07-20T10:30:00Z", "current_trustees": [ { "name": "John Smith", "role": "primary_trustee", "status": "active", "verified": true } ], "certifications": { "latest_issued": "2024-07-15", "valid_until": "2025-07-15", "certificate_id": "cert_20240715_001" }, "changes_since_last_cert": [], "risk_assessment": { "score": "low", "last_assessed": "2024-07-20T08:00:00Z" } }, "metadata": { "api_version": "1.0", "response_time": "2024-07-20T15:30:00Z", "institution": "Wells Fargo", "rate_limit_remaining": 999 } }
For credit unions and community banks
For regional banks and investment firms
For national banks and large institutions
Need more than 25,000 API calls per month? Contact us for custom enterprise pricing with dedicated support, white-label options, and volume discounts.
401
- Invalid API key403
- Access denied404
- Trust not found429
- Rate limit exceeded500
- Server error