---
title: "Create Deal"
method: POST
path: "/v1/attio/deals"
tags: ["attio"]
---

# Create Deal

`POST /v1/attio/deals`

Create a deal in Attio.

## Query parameters

- `workspace_id` string, uuid, required

## Request body

- AppApiAttioDealInput
  - `name` string, required
  - `value` number, nullable
  - `currency` string, nullable
  - `stage` string, nullable
  - `close_date` string, nullable
  - `company_id` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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