Skip to main content
GET
/
v1
/
loans
/
{id}
/
shop
cURL
curl --request GET \
  --url https://sandbox-api.itscovered.com/lenders/v1/loans/{id}/shop \
  --header 'Authorization: Bearer <token>'
{
  "hostedDisplayUrl": "https://getquote.itscovered.com/acmemortgage/v2/quote/home/693f2f46-69ff-4f20-a4d9-abe982d34fd4",
  "id": "693f2f46-69ff-4f20-a4d9-abe982d34fd4",
  "loanId": "<string>",
  "quotes": [
    {
      "agentBridgeLink": "https://example.com/agent-bridge",
      "carrierId": "cad7127b-787c-4e33-8240-7344292c2962",
      "carrierLogoUrl": "https://example.com/carrier-logo.png",
      "carrierName": "Carrier Name",
      "coverages": {
        "a": {
          "amount": 123,
          "included": true
        },
        "b": {
          "amount": 123,
          "included": true
        },
        "c": {
          "amount": 123,
          "included": true
        },
        "d": {
          "amount": 123,
          "included": true
        },
        "e": {
          "amount": 123,
          "included": true
        },
        "f": {
          "amount": 123,
          "included": true
        },
        "waterBackup": {
          "amount": 123,
          "included": true
        },
        "computers": {
          "amount": 123,
          "included": true
        },
        "hvac": {
          "amount": 123,
          "included": true
        },
        "mineSubsidence": {
          "amount": 123,
          "included": true
        }
      },
      "deductibles": {
        "dwelling": {
          "amount": 123,
          "included": true
        },
        "wind": {
          "amount": 123,
          "included": true
        }
      },
      "effectiveDate": "2024-01-01",
      "endorsements": {
        "floodZone": {
          "included": true
        },
        "swimmingPool": {
          "included": true
        }
      },
      "id": "7c7a39cc-256f-4514-92b9-a75dc37a581d",
      "monthlyPremium": 100,
      "policyType": "HO3",
      "premium": 1200,
      "status": "SUCCEEDED",
      "termLengthMonths": 12,
      "discounts": {
        "autoBundle": {
          "included": true,
          "amount": 123
        }
      }
    }
  ],
  "status": "RC1_RATING",
  "contactPageUrl": "<string>",
  "shortHostedDisplayUrl": "<string>"
}

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