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
    • Manage business entities
    • Work with agents
LogoLogo
Contact SalesGet Support
On this page
  • April 27, 2026
  • API
  • March 5, 2026
  • Dashboard
  • February 18, 2026
  • Agents
  • December 18, 2025
  • Onboarding
  • API
  • December 4, 2025
  • API
Get started

Changelog

April 27, 2026
April 27, 2026

API

Deprecated: orders[].package field

The orders[].package field is deprecated in favor of orders[].product. Requests that include orders[].package will continue to work but will return a deprecation warning in the response. Update your integration to use orders[].product, as orders[].package will be removed in a future release.


March 5, 2026
March 5, 2026

February 18, 2026
February 18, 2026

December 18, 2025
December 18, 2025

December 4, 2025
December 4, 2025
Built with

Dashboard

Enhanced Sandbox Preview

New enhanced sandbox mode available in Technology Preview. Define custom test businesses and use pre-built scenario templates to simulate specific verification outcomes directly from the Dashboard. Request access or view the enhanced sandbox guide.

Agents

Agents API

New API to retrieve specific agent details or a list of available agents on your account. Each agent has a defined type and set of capabilities for resolving business verification signals. View API reference.

Threads API

New API to create and manage agent threads. A thread holds context and history for agent work, typically associated with a business_id. Use threads to maintain state across multiple agent runs for the same Business. View API reference.

Runs API

New API to execute an agent within a thread. A run produces steps and artifacts that provide a full audit trail of the agent’s work, including confidence scores and source references. Runs support an interrupt pattern for human-in-the-loop workflows. View API reference.

Onboarding

Autocomplete API

New Autocomplete API returns real-time, structured business suggestions based on partial name input—including names, addresses, people, and entity type. Integrate directly into your frontend to help users quickly find and select businesses during onboarding. View integration guide.

Smart populate API

New synchronous API returns real-time business data—including names, addresses, people, entity type, last 4 digits of EIN, website, and industry classifications. Use it to instantly pre-fill onboarding fields after a user selects a business from autocomplete. View integration guide.

Business Enrichment Orders

New asynchronous Business Enrichment Order returns business attributes with higher fill rates for web analysis, industry classification, and other data—without triggering verification or audit. Use it to pre-populate onboarding fields when you need broader coverage than Smart populate provides. View integration guide.

API

GraphQL GA

GraphQL API is now generally available for all accounts. View API reference.

API

GraphQL Preview

New GraphQL API available in Technology Preview. Query business verification data with nested relationships in a single request, reducing typical workflows from 3-5 sequential calls to one declarative query. Request access or view the GraphQL API reference.