---
title: "Get deal"
method: GET
path: "/v2/api/crm/deals/{id}"
tags: ["CRM"]
---

# Get deal

`GET /v2/api/crm/deals/{id}`

Returns a single deal by ID.

## Path parameters

- `id` string, required

## Response `200`

Deal details

- object
  - `data` CrmDeal — A deal in the CRM
    - `id` string — Unique deal identifier
    - `name` string — Deal name
    - `status` string, nullable — Current deal status
    - `amount` number, nullable — Deal monetary value
    - `currency` string, nullable — Three-letter ISO 4217 currency code
    - `closed_at` string, date-time, nullable — When the deal was closed (ISO 8601)
    - `company` CrmCompanyRef, nullable — Embedded company reference
      - `id` string — Company ID
      - `name` string — Company name
    - `created_at` string, date-time — When the deal was created
    - `updated_at` string, date-time — When the deal was last updated

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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