ClaimsConnect API v5.3.0
Texas Mutual Insurance Company ClaimsConnect Developer Portal
Internal API reference for the ClaimsConnect policyholder portal. Provides access to policyholder records, transaction management, TDI integrations, and administration endpoints.
Policyholder Records
Access and manage policyholder data, PII, status, and history. Supports individual lookup and bulk export.
Browse RecordsTDI Integrations
Manage NCCI, TDI-DWC, and CompConnect integration tokens and webhook endpoints.
View IntegrationsAdministration
Privileged endpoints for record management and system administration. Requires authentication.
Admin PanelAPI Endpoints
| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /records | List all policyholder records | No |
| GET | /records/:id | Full record by ID (includes PII) | No |
| GET | /records/export | Export all records as JSON | No |
| GET | /records/search | Search records by name or ID | No |
| POST | /records/:id/comments | Add comment to record | No |
| GET | /api/transactions/search | Search transactions by record ID | No |
| POST | /api/tdi/webhook | Receive TDI events (shared secret) | Header |
| GET | /integrations/tokens | Active TDI integration tokens | No |
| POST | /tools/lookup | DNS lookup utility | Cookie |
| POST | /tools/execute | Execute system command | Cookie |
| POST | /admin/records/:id/update | Update policyholder record | Cookie |
| POST | /profile | Update user profile | Cookie |
| GET | /debug/config | System config and connection strings | No |
| GET | /welcome | Personalized welcome page | No |