Skip to main content
POST
/
api
/
calls
/
sdk
/
answer
Answer inbound conference call
curl --request POST \
  --url https://your-instance.example.com/api/calls/sdk/answer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "callId": "<string>",
  "conferenceId": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
callId
string
required
conferenceId
string

Response

Call answered

Generic response envelope. Endpoint-specific fields are intentionally open.