---
title: "Add To Pipeline"
method: POST
path: "/v1/pipeline"
tags: ["pipeline"]
---

# Add To Pipeline

`POST /v1/pipeline`

Add a property (lead) to the Kanban pipeline. Idempotent per property: a second add
reuses the existing pipeline item. Returns the pipeline item with stage + screen_status.

## Headers

- `authorization` string, nullable
- `X-Tenant` string, nullable

## Request body

- object

## Response `202`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/versions/7c501afae006/schema)
