Skip to main content
POST
Issue policy

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Body

application/json
otp
string
required

The OTP received by the customer from the Issue OTP API

Example:

"123456"

quote_request_id
integer
required

ID of the car quote request

Example:

123

quote_reference_id
string<uuid>
required

Unique identifier for the quote reference ID (coming from POST /quote-requests)

Example:

"550e8400-e29b-41d4-a716-446655440000"

quote_price_id
string<uuid>
required

Unique identifier for the quote price ID that exists inside a quote item (coming from POST /quote-requests)

Example:

"550e8400-e29b-41d4-a716-446655440001"

benefits
string<uuid>[]

List of benefit UUIDs

UUID of a benefit (coming from POST /quote-request)

Example:
extra_fields
object

Optional free-form object with additional fields. Total JSON-encoded size must not exceed 255 characters.

Example:

Response

Created

id
integer
meta_data
object
start_date
string
provider_policy_id
integer
provider_policy
string
order_status
integer
approval_status
integer
end_date
string
is_claimed
boolean
created_at
string
uploaded_at
string<date-time> | null

Timestamp when the provider policy document was attached. For issued motor policies this is the closest available issue/purchase timestamp.

updated_at
string
client_id
string
canceled_at
string | null
invoice
string
cancellation_document
string