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
- 200
- 401
- 403
- 404
- 429
Insurance details after the sync
Not authenticated
Forbidden
The requested object does not exist
Too many requests for this order. Retry after 30 seconds.