Skip to main content
PATCH
/
api
/
v1
/
reschedule-call
/
{call_id}
Reschedule call
curl --request PATCH \
  --url https://voxworks.ai/api/v1/reschedule-call/{call_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "scheduled_time": "2026-02-25T10:00:00Z"
}
'
{
  "success": true,
  "call_id": "<string>",
  "status": "<string>",
  "scheduled_time": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.

Path Parameters

call_id
string
required

Unique call ID.

Body

application/json
scheduled_time
string<date-time>
required

Response

Call rescheduled.

success
boolean
Example:

true

call_id
string
status
string
scheduled_time
string<date-time>