added
🔀 New API Endpoints for Nested Claims and Appointed Suppliers
25 days ago by Miles Tinsley
We've just released an upgrade to the Claimable API that introduces new endpoints so you can easily fetch all claims for a given contact, company or user. Also, it's now possible to appoint suppliers directly via our API!
These upgrades introduce new automation and reporting possibilities for your integrations.
New Claims Endpoints
- List Claims on a Contact - Get all claims in which any given contact is involved.
- List Claims on a Company - Get all claims linked to a company (e.g. client, insurer, supplier).
- List Claims Assigned To a User - Get all claims assigned to a given user.
- List Claims Created By a User - Get all claims created by a given user.
Appointed Suppliers
- List Appointed Suppliers on a Claim - Get a list of metadata that references each Appointed Supplier on a claim.
- Appoint a Supplier to a Claim - Appoint a new supplier to a claim.
- Remove an Appointed Supplier from a Claim - Remove an existing Appointed Supplier from a claim.
- List Supplier Appointments on Company - Get a list of metadata that references each Supplier Appointment for a given supplier.
Don't Forget: Webhooks
In addition to RESTful endpoints, the Claimable API offers dozens of webhook events that you can subscribe to, including when a supplier is appointed or removed from a claim.