curl -X POST "https://api.trusset.org/customers/api/id-links" \ -H "Content-Type: application/json" \ -H "X-API-Key: trusset_abc123xy_secret..." \ -d '{ "email": "[email protected]", "walletAddress": "0xAbC123dEf456789012345678901234567890AbCd", "country": "DE", "channels": ["email"] }'
{ "success": true, "data": { "id": "link_abc123", "url": "https://verify.trusset.org/link_abc123", "status": "pending", "email": "[email protected]", "walletAddress": "0xAbC123dEf456789012345678901234567890AbCd", "createdAt": "2025-06-15T12:00:00.000Z", "expiresAt": "2025-06-22T12:00:00.000Z" }, "metadata": { "requestId": "550e8400-e29b-41d4-a716-446655440000", "timestamp": "2025-06-15T12:00:00.000Z" } }
Generate a KYC verification link for a customer
["email"]
["sms"]
["email", "sms"]