For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Get started
    • Quickstart—Verify a Business
    • Quickstart—Register an entity for payroll taxes
    • Learn how Middesk works
    • Security
    • Changelog
  • Build with Middesk
    • Get your API keys
    • Understand API changes
    • Status codes and errors reference
    • Implement webhooks
    • Secure webhooks
    • Use GraphQL
    • Connect MCP
  • Verify a business (KYB)
    • Verify TIN
    • Verify name and address
    • Verify Secretary of State status
    • Verify owners and officers
    • Screen for sanctions and watchlists
    • Search for adverse media
    • Search for Politically Exposed Persons
    • Implement KYC
    • Discover connections
    • Evaluate online presence
    • Assess credit risk
    • Accelerate onboarding
    • Monitor business activity
      • How Monitoring works
      • Monitor watchlist hits
      • Monitor bankruptcies
      • Monitor liens
    • Manage business entities
    • Work with agents
LogoLogo
Contact SalesGet Support
On this page
  • Prerequisites
  • Learn the monitoring lifecycle
  • Monitor liens
Monitor business activity

Monitor liens

Was this page helpful?
Previous

Webhook events

Next
Built with

This guide describes how to monitor a business for UCC lien activity on Middesk’s Identity Platform.

Lien Monitoring helps you stay informed when new UCC liens are filed against a business or when an existing lien is terminated. When a lien change is detected, Middesk updates the business record and sends a webhook event (lien.found or lien.terminated).

After the initial monitoring order, Middesk performs UCC lien checks every two weeks to identify changes.

Prerequisites

Before you begin:

  • Ensure that you can authenticate against the Middesk API, create businesses, and ingest Middesk results with webhooks

Learn the monitoring lifecycle

Here’s the typical lifecycle of monitoring for liens:

  1. A business gets created with the POST /businesses endpoint.
  1. The business is subscribed to Lien Monitoring (using the lien event type).
  2. Middesk performs an initial lien check and then re-checks on an ongoing cadence.
  3. Middesk sends a webhook event to registered webhook endpoint(s) when it finds a new lien (lien.found) or detects that an existing lien is terminated (lien.terminated).
  4. The client application ingests and evaluates the change in the business record.

For a full list of webhook events, see Webhook events. For details on the lien data model, see the Lien object.

Monitor liens

1

Submit a business

Start by submitting a business for verification.

2

Subscribe a business

You can enable monitoring on Middesk businesses using four different strategies.

With an automatic monitoring subscription
With a policy action
With the API
With the Dashboard

Automatically subscribe all businesses when a business verification order completes.

Get a demo
Contact your account manager or contact sales to inquire about access.