---
title: "Enrich Dm V2 Single"
method: POST
path: "/api/v2/enrich-dm"
tags: ["enrich_dm_v2"]
---

# Enrich Dm V2 Single

`POST /api/v2/enrich-dm`

Enrich a single business — find decision maker + contact details.

Uses V2 multi-provider parallel architecture with candidate scoring.

## Request body

- EnrichDMV2Request
  - `business_name` string, required
  - `city` string
  - `state` string
  - `website` string
  - `phone` string
  - `address` string
  - `enrich_email` boolean
  - `enrich_phone` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getnivara/apis/nivara-api.md) · [All operations](https://skmtc.dev/getnivara/apis/nivara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getnivara/nivara-api/revisions/2810c849c6a4/schema)
