---
title: "Swap Phone"
method: POST
path: "/demo/swap-phone"
tags: ["demo"]
---

# Swap Phone

`POST /demo/swap-phone`

Replace a conversation's customer_phone with the sales rep's real phone number.

This allows the sales rep to receive SMS on their personal phone during a demo.
Only the sales admin's linked technician's conversations can be swapped.

## Request body

- BodySwapPhoneDemoSwapPhonePost
  - `conversation_id` string, required
  - `real_phone` string, required

## Response `200`

Successful Response

- unknown

## Other responses

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