● Case spine · v2 roadmap
Insurance coming soon
Insurance and bond tracking: receiver bonds, fidelity insurance, errors and omissions.
| POST | /v2/insurance/bonds | Record receiver bond |
| GET | /v2/insurance/bonds | List bonds |
| POST | /v2/insurance/policies | Record insurance policy |
| GET | /v2/insurance/policies | List insurance policies |
Record receiver bond
Record a receiver bond with surety, amount, and court order reference.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List bonds
List all active bonds and insurance policies.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Record insurance policy
Record fidelity insurance, E&O, or other coverage. Link to matters and receiver appointments.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List insurance policies
List all insurance policies with coverage details and expiration alerts.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.