---
title: "Acknowledge Celebrations"
method: POST
path: "/sales/celebrations/acknowledge"
tags: ["sales"]
---

# Acknowledge Celebrations

`POST /sales/celebrations/acknowledge`

Mark won leads as celebrated (celebration_shown = true).

This should be called after the mobile app has shown the celebration animation
to ensure it's not shown again.

Args:
    won_lead_ids: List of won lead IDs that have been celebrated

Returns:
    {
        "success": true,
        "updated_count": 2
    }

## Request body

- BodyAcknowledgeCelebrationsSalesCelebrationsAcknowledgePost
  - `won_lead_ids` string[], required — List of won lead IDs to mark as celebrated

## Response `200`

Successful Response

- object

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/d1993647e543?raw)
