Skip to main content
GET
Get quote display

Overview

The Get Quote Display endpoint returns quote information formatted specifically for displaying quoting results to end users in your application. Unlike the general GET /v1/loans/{id} endpoint which returns raw loan application data, this endpoint returns:
  • Only the quotes that are intended for user-facing display (filtered by our UI preferences)
  • Quotes formatted exactly as they should appear to the user
  • Information about which quote the user has selected (if any)

Authorizations

Authorization
string
header
required

JWT Token

Path Parameters

id
string
required

The unique identifier of the loan application

Example:

"693f2f46-69ff-4f20-a4d9-abe982d34fd4"

Response

The insurance options for a loan application

hostedDisplayUrl
string
required

The URL of the hosted display for the insurance options

Example:

"https://getquote.itscovered.com/acmemortgage/v2/quote/home/693f2f46-69ff-4f20-a4d9-abe982d34fd4"

id
string
required

The unique identifier of the loan application

Example:

"693f2f46-69ff-4f20-a4d9-abe982d34fd4"

loanId
string
required
quotes
object[]
required
status
required

The status of the insurance options

Allowed value: "NOT_YET_RATED"
Example:

"RC1_RATING"

contactPageUrl
string<uri>

URL for the contact page for this loan application

shortHostedDisplayUrl
string<uri>

Short URL for the hosted borrower quote experience, when available