We are currently in beta. If you have any feedback, please email us at [email protected] or learn more about our product at https://unyte.africa
cURL
curl --request GET \ --url https://dev.superpool.unyte.africa/api/v1/customers/{id}/claims/ \ --header 'X-API-Key: <api-key>'
{ "count": 123, "next": "http://api.example.org/accounts/?offset=400&limit=100", "previous": "http://api.example.org/accounts/?offset=200&limit=100", "results": [ { "data": [ { "claim_id": "97b8c38f-6015-4ad3-9a2d-d8f2dba48146", "policy_id": "8dd84bd4-a68a-451b-8f85-8490042f4d71", "claim_status": "pending", "claim_amount": "1500.00", "date_filed": "2024-12-20", "date_resolved": "null" } ] } ] }
This endpoint returns a list of all claims made by the customer, including active, inactive, or resolved claims.
View customer's claims
123
Show child attributes
"http://api.example.org/accounts/?offset=400&limit=100"
"http://api.example.org/accounts/?offset=200&limit=100"