Skip to main content
POST
Capture a new purchase intent for an insurance policy

Authorizations

X-API-Key
string
header
required

Headers

U-Request-Id
string

Idempotency key to enforce idempotent processing of POST requests

Path Parameters

quote_code
string
required

Body

tenure
integer
required
write-only

Selected tenure in years

customer_metadata
object
required

Captures essential personal information about the applicant

Response

Quote Intent created successfully

intent_id
string
required
quote_code
string
required
read-only
product
string
required
read-only

Name of the insurance product

selected_tenure
object
required
read-only

Returns the relevant tenure details (duration and premium) for the response

total_amount
string<decimal>
required
read-only

Total amount to be paid

Pattern: ^-?\d{0,8}(?:\.\d{0,2})?$