Skip to main content
POST
Insurance enrollment/occupancy summary

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

Body

application/json
facilityUuids
string<uuid>[]
required

Facility UUIDs to aggregate over (1–1000).

Example:
startDate
string<date>
required

Inclusive start of the reporting period (ISO date).

Example:

"2026-04-01"

endDate
string<date>
required

Inclusive end of the reporting period (ISO date).

Example:

"2026-04-30"

Response

Insurance summary rows, one per scoped facility.

facilityUuid
string<uuid>
required

Facility UUID this row aggregates.

startDate
string<date>
required

Inclusive start of the reporting period (echoed from request).

Example:

"2026-04-01"

endDate
string<date>
required

Inclusive end of the reporting period (echoed from request).

Example:

"2026-04-30"

totalActiveLeases
number
required

Distinct rentals active at any point in the period (facility-local time).

Example:

120

totalInsuredLeases
number
required

Distinct rentals with non-private coverage active at any point in the period.

Example:

90

pctInsured
number
required

totalInsuredLeases / totalActiveLeases * 100, rounded to 2 decimals. 0 when there are no active leases.

Example:

75

newMoveIns
number
required

Rentals whose start date falls within the period (facility-local time).

Example:

20

newMoveInsInsured
number
required

Of the new move-ins, those with non-private coverage.

Example:

15

pctNewMoveInsInsured
number
required

newMoveInsInsured / newMoveIns * 100, rounded to 2 decimals. 0 when there are no new move-ins.

Example:

75