---
title: "Get Or Create Quote Link"
method: POST
path: "/api/admin/quote-share-links"
tags: ["quote-share-links"]
---

# Get Or Create Quote Link

`POST /api/admin/quote-share-links`

Get existing quote share link or create one if it doesn't exist yet.
Idempotent — same entity always returns the same token.

## Request body

- GenerateQuoteLinkRequest
  - `lead_id` string, required
  - `insured_person_id` string, nullable

## 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)
