Overview
MiWay is a South African direct insurer (part of Sanlam) – vehicle, home, business insurance. The Automize MiWay connector covers quotes, policies, claims for these lines.
- Regions: South Africa.
- Plans: Broker/affiliate API access – apply directly.
Setting up the connection
Auth type: API Key.
- Apply for MiWay Broker/Affiliate API access.
- Receive API key + Broker code.
- In Automize → Settings → Connectors → MiWay. Paste credentials.
Find your credentials at https://www.miway.co.za/.
Rate limits
Per-account limits.
Data model
Insurance primitives:
Quote → Policy ─── Claims
Lines: Vehicle, Home, BusinessAvailable operations
9 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Claim | General | Submit a new insurance claim |
| Get Claim | General | Get claim details by ID |
| Get Policy | General | Get policy details by ID |
| Get Quote | General | Request an insurance quote |
| List Claims | General | List all claims |
| List Documents | General | List documents for a policy |
| List Policies | General | List all policies |
| Update Claim | General | Update an existing claim |
| Upload Document | General | Upload a document to a claim |
Operations
Create Claim
Submit a new insurance claim
| Parameter | Required | Type | Description |
|---|---|---|---|
Policy Id policy_id | Yes | text | |
Type type | Yes | text | |
Description description | Yes | text | |
Date Of Loss date_of_loss | Yes | text |
Get Claim
Get claim details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Claim Id claim_id | Yes | text |
Get Policy
Get policy details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Policy Id policy_id | Yes | text |
Get Quote
Request an insurance quote
| Parameter | Required | Type | Description |
|---|---|---|---|
Product Type product_type | Yes | text | |
Details details | Yes | text | |
Contact contact | Yes | text |
List Claims
List all claims
No input parameters.
Tips
- Per policy. Returns claim status + history.
List Documents
List documents for a policy
| Parameter | Required | Type | Description |
|---|---|---|---|
Policy Id policy_id | Yes | text |
List Policies
List all policies
No input parameters.
Update Claim
Update an existing claim
| Parameter | Required | Type | Description |
|---|---|---|---|
Description description | Yes | text | |
Documents documents | Yes | text | |
Claim Id claim_id | Yes | text |
Upload Document
Upload a document to a claim
| Parameter | Required | Type | Description |
|---|---|---|---|
File file | Yes | text | |
Document Type document_type | Yes | text | |
Claim Id claim_id | Yes | text |
FAQ
- API for direct customers?
- MiWay API is broker/aggregator-focused. Direct customer journeys typically use the MiWay website. For embedded experiences, partnership required.