curl "https://api.trusset.org/customers/api/manage?limit=20&search=acme" \ -H "X-API-Key: trusset_abc123xy_secret..."
{ "success": true, "data": [ { "id": "cust_abc123", "instanceId": "inst_xyz789", "walletAddress": "0xAbC123dEf456789012345678901234567890AbCd", "country": "DE", "investorType": "PROFESSIONAL", "status": "verified", "verifiedAt": "2025-03-01T10:00:00.000Z", "archived": false } ], "metadata": { "total": 1, "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-06-15T12:00:00.000Z" } }
Retrieve customers for the authenticated instance
true
Show child attributes