Skip to main content

Sync insurance policy for an order

POST 

/orders/:guid/sync-insurance-policy

Reconciles the order's insurance with the insurer: creates a draft policy for every eligible vehicle that does not have one yet, and refreshes the drafts that already exist. Returns the same payload as Get insurance details, with personal_link populated once a draft exists.

Call this before showing the personal link for an order that has never been quoted. The request body is empty.

Rate limited. One call per order is accepted every 30 seconds; a call inside that window returns 429 RATE_LIMIT_EXCEEDED. The window is consumed even when the sync itself fails, so retry after 30 seconds rather than immediately.

Request

Responses

Insurance details after the sync