Skip to main content
PATCH
/
api
/
v1
/
sessions
/
{id}
Reschedule session
curl --request PATCH \
  --url https://www.intervyo.ai/api/v1/sessions/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "scheduled_at": "2023-11-07T05:31:56Z"
}
'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key with the iv_live_ prefix. Create one under Developer → API Keys.

Path Parameters

id
string<uuid>
required

id identifier

Body

application/json
scheduled_at
string<date-time>
required

New scheduled time

Response

Success

The response is of type object.

Last modified on June 3, 2026