Get Session

Retrieve full details of a specific session.

Request and Response

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

Response:

{
  "order_id": "e9864b66-fcff-46c9-b71a-6a08039dfa32",
  "status": "Working",
  "session_id": "11111111",
  "session_name": "Session Test 1",
  "customer": {
    "id": 1234,
    "name": "Test Customer",
    "is_test": true
  },
  "user": {
    "id": 12345,
    "name": "User Name",
    "email": "[email protected]"
  },
  "scheduling": {
    "start_time": "2024-08-01T07:12:00Z",
    "end_time": "2024-08-01T08:12:00Z",
    "effective_end_time": "2024-08-01T08:12:00Z"
  },
  "state": {
    "upstream": "block",
    "placement": "top",
    "connection_plan": {
      "id": 11,
      "name": "Test Connection Plan"
    }
  },
  "available_connection_plans": [
    {
      "name": "AO test-new template 1",
      "id": 10821
    },
    {
      "name": "STATIC- Zoom",
      "id": 10774
    },
    {
      "name": "Zoom-Spanish",
      "id": 10805
    }
  ]
}