Get Max Extend Time

Returns the maximum extend time for the session.

Request and Response

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


Response:

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

Time is in ISO 8601 UTC format.


Did this page help you?