Forward (warm-transfer) the live call to another phone number
Transfers the active call to another E.164 phone number. Use this when the caller needs a human representative, department, or external destination. The agent announces the transfer before the call is connected to the target number.
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Path Parameters
Conversation UUID returned by POST /api/v1/call as conversation_uuid.
Body
E.164 phone number to forward the call to.
32"+1234567890"
Response
Forward dispatched
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Forward dispatched"