---
title: "Accept incoming call"
method: POST
path: "/whatsapp/accept"
---

# Accept incoming call

`POST /whatsapp/accept`

Accepts an incoming WhatsApp call and joins the session.

## Request body

- object
  - `callId` string, required
  - `sdp` string, required
  - `sdpType` string, required
  - `reconnect` boolean
  - `deviceId` string

## Response `200`

Call answered

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
