Documentation
Complete guides to help you get the most out of Midas Portal
DOCUMENTATION
Overview
Welcome to the Midas Portal documentation. This comprehensive guide will help you understand and utilize all features of our insurance management platform.
User Guide
Initial Setup
- Log in to your Midas Portal account
- Complete your company profile
- Add staff members and assign roles
- Configure master data (insurance companies, products, etc.)
- Set up notification preferences
Dashboard Overview
The dashboard provides a quick overview of your insurance business metrics including active policies, pending renewals, recent claims, and revenue analytics.
Adding Customers
Navigate to Customers → Add New and fill in the required information including personal details, contact information, and family members.
Family Management
Link family members to create a complete household view. This helps in managing family floater policies and tracking all policies for related individuals.
Creating Policies
Go to Policies → Create New. Select the customer, insurance company, product type, coverage details, and premium information.
Renewal Tracking
The system automatically tracks policy expiry dates and sends renewal reminders via email and WhatsApp based on your configured timeline.
API Reference
Our RESTful API allows you to integrate Midas Portal with your existing systems.
https://api.midastech.in/v1
Authentication
All API requests require authentication using Bearer tokens:
Authorization: Bearer YOUR_API_TOKEN
Common Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /customers |
List all customers |
| POST | /customers |
Create a new customer |
| GET | /policies |
List all policies |
| POST | /policies |
Create a new policy |
| GET | /claims |
List all claims |
Integrations
WhatsApp Business API
Connect your WhatsApp Business account to send automated notifications, renewal reminders, and customer communications.
Setup GuideEmail Service
Configure SMTP settings to send automated emails for policy documents, reminders, and customer communications.
Setup GuideWebhooks
Set up webhooks to receive real-time notifications about events in your Midas Portal account.
Available Events
customer.created- Triggered when a new customer is addedpolicy.created- Triggered when a new policy is createdpolicy.expiring- Triggered 30 days before policy expiryclaim.filed- Triggered when a new claim is filedclaim.updated- Triggered when claim status changes
Security
We take security seriously. Here's how we protect your data:
Data Encryption
All data is encrypted in transit (TLS 1.3) and at rest (AES-256)
Data Isolation
Multi-tenant architecture ensures complete data separation
Regular Backups
Automated daily backups with point-in-time recovery
Access Control
Role-based permissions and two-factor authentication