← Docs API Reference

Policies.

Policies are the core resource. Every submission flows through a state machine with 17 validated transitions from draft to cancellation.

Lifecycle States

draftsubmittedquotedreferredboundissuedactiveservicingrenewedcancelleddeclinedexpirednon_renewed

Endpoints

POST /v1/submissions
POST /v1/submissions/:id/rate
POST /v1/submissions/:id/bind
GET /v1/policies
GET /v1/policies/:id
POST /v1/policies/:id/endorse
POST /v1/policies/:id/renew
POST /v1/policies/:id/cancel

Bind Artifacts

When a policy is bound, the system atomically generates: an installment schedule, a declarations page (HTML/PDF), a policy-bound notification email, and a first-invoice email. All artifacts are deterministic and auditable.

Endorsements

Endorsements create temporal segments on the policy timeline. Pro-rata premium adjustments are split into past-period (already earned) and future-period (billing going forward) components. Backdated endorsements re-derive all downstream segments automatically.