---
title: "Public Bind Quotes"
method: POST
path: "/api/quotes/{token}/bind"
tags: ["quotes-public"]
---

# Public Bind Quotes

`POST /api/quotes/{token}/bind`

Public endpoint — client selects quotes to bind.
Validates the token, moves each quote to Binding stage,
and posts a Slack notification.

## Path parameters

- `token` string, required

## Request body

- BindRequest
  - `quote_ids` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
