---
title: "Call Operations"
method: POST
path: "/v1/call/options"
---

# Call Operations

`POST /v1/call/options`

This API allows you to monitor or whisper a call.

## Headers

- `Authorization` string, required

## Request body

- object
  - `type` integer, required — Type of Call Operation to be performed. 1: Monitor, 2: Whisper, 3:Barge 4: Transfer
  - `agent_id` string — Unique ID of the Agent who can monitor or can whisper during the call, is only required in case of type: 1 (Monitor), 2 (Whisper)
  - `call_id` string, required — Unique ID of the call on which operations needs to be performed.
  - `intercom` string — Unique intercom number of the agent to whom call would be transferred, only required in case of type: 4 (Transfer)

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/servetel/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/servetel/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/servetel/servetel-base-api-config/revisions/d1cb31356d25/schema)
