---
title: "Coverage Cat Webhook Status"
description: "Coverage Cat webhook status page explaining that public agent integrations should poll the documented status endpoints instead of relying on a public callback system."
canonical: "https://www.coveragecat.com/developers/webhooks"
last-updated: "2026-08-18"
---

# Coverage Cat Webhook Status

## Coverage Cat public webhook status

Coverage Cat does not currently offer a public outbound webhook registration flow for delegated umbrella or delegated homeowners integrations.

## What to use instead

Use the polling and dashboard URLs already published in the public contract:

- Umbrella delegated flow status: the operation map in `/api/agent`
- Delegated homeowners quotes loop: `POST /api/agent/homeowners/quotes` with the same `uid`
- Delegated homeowners dashboard: `GET /api/agent/homeowners/dashboard`
- Delegated homeowners dashboard session: `POST /api/agent/homeowners/dashboard/session`

## Coverage Cat recommendation

Build your integration around the published polling model today. If Coverage Cat later publishes a public webhook surface, it will appear in the developer portal, the OpenAPI contract, and the well-known catalogs instead of as an undocumented callback.
