---
title: "Whisper call"
method: POST
path: "/api/whisper"
tags: ["Management"]
---

# Whisper call

`POST /api/whisper`

The API endpoint allows you to whisper to an active call. The request should include the following parameters in x-www-form-urlencoded format:

- extension (Required): Please enter the extension number of the listening manager.
    
- format: The format of the response.
    
- channel: Please enter the channel of the active call you want to whisper to.
    
- cdrId: Please enter the “cdrid” for the active call you want to whisper to.
    
- uniqueId: Please enter the “uniqueid” for the active call you want to whisper to.
    

The response to this request will include:

- success: Indicates the success status of the whisper action.
    
- message: Provides additional information or error message related to the whisper action.

## Response `200`

successful

- object
  - `message` string
  - `success` string

## Other responses

- `400` — Error: Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/versions/eacecf960bb6/schema)
