Issue an aggregated policy

Query Params
string

To perform an idempotent request, provide the idempotency_key query parameter with the request. An idempotency key is a unique value generated by the client which the platform uses to recognize subsequent retries of the same request. How you create unique keys is up to you, but we suggest using a V4 UUID, or another random string with enough entropy to avoid collisions. Idempotency keys can be up to 255 characters long.

string

The version of the policy being issued. Can be a UUID or one of live, draft.

Body Params
policyholder
object
required
quote
object
required

The quote input used to generate a quote package, which the policy is then issued from. Must include type (the product module identifier). Additional fields are product-module-specific quote inputs — see the create a quote endpoint and product modules for details. This is the quote request, not a quote package object.

application
object
required

The application input. Any fields other than billing_day are treated as product-module-specific application inputs and are validated against the product module's application schema — send them as top-level keys here, not wrapped in a custom_fields object.

policy
object
required

Policy-level data. Only app_data and lead_id are accepted; any other keys are rejected.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json