Change Connection Plan

Change the connection plan for a specific session.

Request and Response

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

Request Body:

{
  "connection_plan_id": 11
}

Note: The available_connection_plans information for the customer is returned in the Get Session endpoint. The Connection Plan Template ID can be obtained from this data.


Response:

{
  "state": {
    "connection_plan": {
      "name": "Team Tester",
      "id": 11
    }
  }
}