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 

End Session

Immediately end a session.

Suggest Edits

Request and Response

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

Request Body:

{}

Response:

{
  "result": "executed",
  "scheduling": {
    "end_time": "2024-08-01T08:12:00Z"
  }
}

Updated 3 months ago


  • Table of Contents
    • Request and Response
      • Request Body:
      • Response: