Skip to main content
POST
Rate Saved Quote by Id (Stateless)

Authorizations

Authorization
string
header
required

API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.

Path Parameters

companyId
string<uuid>
required

Company identifier

quoteId
string<uuid>
required

Quote identifier

Body

application/json
ratingWorkflowName
string

The configured rating workflow to run. Required in practice — there is no default even when a single workflow is configured — but it is not schema-required: rather than a shape rejection, a missing or unknown name returns a 400 listing the configured workflow names (and a company with no workflows configured returns a 422), so callers get an actionable error naming the valid options. There is no fallback to any per-quote persisted selection.

Example:

"standard"

Response

The saved quote's data enriched with rating outputs. Nothing is persisted.

data
object
required

The saved quote's stored field bag, enriched with rating outputs (per-exposure exposureRatingResponse, and the full-term policy rating containers).