Jump to Content
verbit
GuidesAPI ReferenceChangelogDiscussions
Log Inverbit
Guides
Log In
GuidesAPI ReferenceChangelogDiscussions

Documentation

  • Getting Started with Verbit
  • Insights API (Gen V)
  • Live Booking API
    • Examples for booking
      • Book with WebSocket
      • Book with RTMP
      • Book with Zoom
      • Book with MS Teams
      • Book with live translation
    • Live Sessions
      • Orders Overview
      • Create an order (explained)
      • What am I allowed to book
    • Streaming Media
      • WebSocket - Connection
      • WebSocket - Responses
  • Post-Production API
    • Recipes
    • Errors Explanation
    • Verbit Transcript JSON format
  • Caption Control API
    • Get Session
    • Set Upstream
    • Set Caption Placement
    • Extend Session Duration
    • Get Max Extend Time
    • End Session
    • Change Connection Plan
  • Authentication
    • Get an API Token
Powered by 

Get Max Extend Time

Returns the maximum extend time for the session.

Suggest Edits

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.

Updated 3 months ago


  • Table of Contents
    • Request and Response
      • Response: