Extend Session Duration

Extend the duration of an existing session.

Request and Response

Method: POST
URL: https://realtime.verbit.co/api/v1/session/{order_id}/extend

Request Body:

{
  "end_time": "2024-09-30T12:28:00Z"
}

Time is in ISO 8601 UTC format.


Response:

{  
  "result": "executed" | "partially_executed",  
  "scheduling": {  
    "end_time": "2024-09-30T12:28:00Z",  
    "minutes_extended": 30  
  }  
}