---
title: "Get available EagleView products"
method: GET
path: "/v1/eagleview/products/available"
tags: ["EagleView"]
---

# Get available EagleView products

`GET /v1/eagleview/products/available`

This service returns information about available EagleView products, property types, delivery types, and measurement instruction types. This can be used to configure EagleView report combinations dynamically.

## Response `200`

successful operation

If failed, return messageCode, refer to *API Response Message Code*.

Example

{ "messageCode": "1001", "message": "Validation exception" }

- EagleViewAvailableProductsDTO
  - `productID` integer
  - `name` string
  - `description` string
  - `productGroup` string
  - `isTemporarilyUnavailable` boolean
  - `priceMin` number
  - `priceMax` number
  - `deliveryProducts` DeliveryProductDTO[]
    - `productID` integer
    - `name` string
    - `description` string
    - `isTemporarilyUnavailable` boolean
    - `priceMin` number
    - `priceMax` number
    - `deliveryProductIds` integer[]
    - `DetailedDescription` string
  - `addOnProducts` AddOnProductDTO[]
    - `productID` integer
    - `name` string
    - `description` string
    - `isTemporarilyUnavailable` boolean
    - `priceMin` number
    - `priceMax` number
    - `deliveryProductIds` integer[]
    - `DetailedDescription` string
  - `measurementInstructionTypes` integer[]
  - `TypeOfStructure` integer
  - `IsRoofProduct` boolean
  - `SortOrder` integer
  - `AllowsUserSubmittedPhotos` boolean
  - `DetailedDescription` string

## Other responses

- `400` — Bad Request, accountId is invalid
- `401` — Unauthorized, user do not login
- `403` — Invalid token
- `405` — Method not allowed, the request method is not valid for this API or this API is not available.
- `500` — Internal exception

---

[API](https://skmtc.net/beaconproplus/apis/eagleview-api.md) · [All operations](https://skmtc.net/beaconproplus/apis/eagleview-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beaconproplus/eagleview-api/revisions/acb20cfa91b9/schema)
