Skip to main content
Webhooks belong to the Carrier & MGA API. This event fires about an agent or an agency you appoint, and only a credential on that surface (carrier, MGA or wholesaler) can subscribe to it.

Overview

The ENTITY_COMPLIANCE_DATA_SYNCHRONIZED webhook is triggered when NIPR data synchronization completes for an entity (agent or downstream entity). This notifies you when the initial data fetch or a data refresh has finished processing. Webhook type: ENTITY_COMPLIANCE_DATA_SYNCHRONIZED

Triggers

This webhook fires when:
  • An initial NIPR data fetch completes for an agent or downstream entity
  • A data refresh/resync finishes processing
This webhook is sent immediately — no debouncing is applied, since each sync completion is a discrete event.

Payload Example

Field Reference

Payload Fields

Why NPN Instead of an Entity ID?

A single NPN uniquely identifies a producer at NIPR and is the natural key for any NIPR-driven operation. An entity ID (MongoDB ObjectId) is not used here because the same NPN can be linked to multiple downstream entity associations and downstream entities across your network — for example, when an agency operates under different branches or producer codes with the same carrier. Providing the NPN lets you look up all relevant records for that producer rather than receiving an ID that references only one of potentially many associations. Use niprDataSubscriptionId if you need to retrieve the specific subscription record via the Compliance Data Subscriptions API.

Synchronization Status Values