Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
handoff
Handoff Call
curl --request POST \
  --url https://api.example.com/v1/calls/{call_id}/handoff \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "reason": "<string>",
  "context_payload": {}
}
'
{}

Headers

authorization
string | null

Path Parameters

call_id
string<uuid>
required

Body

application/json
target_agent_id
string<uuid>
required
reason
string | null
context_payload
Context Payload · object

Response

Successful Response

The response is of type Response Handoff Call V1 Calls Call Id Handoff Post · object.