Get Covered Platform API

The Get Covered platform API — the integration surface that syncs resident, lease, policy, vendor certificate and invoice data two-way with property management systems (Yardi, Entrata, RealPage OneSite, AppFolio, MRI, ResMan) and powers the resident renters-insurance portal at renters.getcoveredinsurance.com. The host is live and serves an API reference at /api-docs, but that reference is gated behind HTTP Basic authentication (WWW-Authenticate: Basic), so no public machine-readable contract (OpenAPI, Swagger, GraphQL SDL or AsyncAPI) could be harvested. Access is arranged through Get Covered directly.

API entry from apis.yml

apis.yml Raw ↑
name: Get Covered Platform API
description: 'The Get Covered platform API — the integration surface that syncs resident, lease, policy,
  vendor certificate and invoice data two-way with property management systems (Yardi, Entrata, RealPage
  OneSite, AppFolio, MRI, ResMan) and powers the resident renters-insurance portal at renters.getcoveredinsurance.com.
  The host is live and serves an API reference at /api-docs, but that reference is gated behind HTTP Basic
  authentication (WWW-Authenticate: Basic), so no public machine-readable contract (OpenAPI, Swagger,
  GraphQL SDL or AsyncAPI) could be harvested. Access is arranged through Get Covered directly.'
humanURL: https://www.getcovered.io/
baseURL: https://api.getcoveredinsurance.com
tags:
- Insurance
- Property Management
- Compliance
x-contract-status: gated
x-evidence:
  fetched: '2026-08-04'
  api_docs_url: https://api.getcoveredinsurance.com/api-docs
  api_docs_http_status: 401
  api_docs_www_authenticate: Basic realm=""
  openapi_probes: /openapi.json 404, /openapi.yaml 404, /swagger.json 404, /v1/openapi.json 404, /api-docs/v1/swagger.json
    401, /graphql 404