{
  "info": {
    "name": "Axis Unified Inbox API — Voice & Flow Builder",
    "description": "# Axis Unified Inbox API\n\nVoice & Flow Builder — 125 endpoints, generated from the Laravel route table on Tue, 04 Aug 2026 12:47:23 GMT.\n\n## Getting started\n\n1. Set the `baseUrl` collection variable if you are not using the default.\n2. Run **Authentication → `POST /user/login`** with your email and password.\n   A test script stores the returned JWT into `{{access_token}}` automatically.\n3. Every other request inherits that bearer token — just hit Send.\n\nRequests using an API key instead read `{{api_key}}` or `{{engage_key}}`; set those\nvariables if you need them.\n\n## Variables\n\n| Variable | Purpose |\n| --- | --- |\n| `baseUrl` | API host, e.g. `https://api.axis.im` |\n| `access_token` | JWT bearer token (auto-filled by the login request) |\n| `api_key` | Value for the `X-API-KEY` header |\n| `engage_key` | Value for the `X-Axis-Admin-API-Key` header |",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "axis-api-docs"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{access_token}}",
        "type": "string"
      }
    ]
  },
  "item": [
    {
      "name": "GET /voice-click-to-calls",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@index`\n**Route name:** `voice-click-to-calls.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-click-to-calls",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@store`\n**Route name:** `voice-click-to-calls.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-click-to-calls/{voice_click_to_call}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls/:voice_click_to_call",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls",
            ":voice_click_to_call"
          ],
          "variable": [
            {
              "key": "voice_click_to_call",
              "value": "",
              "description": "voice_click_to_call identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@destroy`\n**Route name:** `voice-click-to-calls.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-click-to-calls/{voice_click_to_call}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls/:voice_click_to_call",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls",
            ":voice_click_to_call"
          ],
          "variable": [
            {
              "key": "voice_click_to_call",
              "value": "",
              "description": "voice_click_to_call identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@show`\n**Route name:** `voice-click-to-calls.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-click-to-calls/{voice_click_to_call}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls/:voice_click_to_call",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls",
            ":voice_click_to_call"
          ],
          "variable": [
            {
              "key": "voice_click_to_call",
              "value": "",
              "description": "voice_click_to_call identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@update`\n**Route name:** `voice-click-to-calls.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-click-to-calls/{voice_click_to_call}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls/:voice_click_to_call/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls",
            ":voice_click_to_call",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_click_to_call",
              "value": "",
              "description": "voice_click_to_call identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@edit`\n**Route name:** `voice-click-to-calls.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-click-to-calls/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-click-to-calls/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-click-to-calls",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceClickToCallController@create`\n**Route name:** `voice-click-to-calls.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-conferences",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@index`\n**Route name:** `voice-conferences.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-conferences",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@store`\n**Route name:** `voice-conferences.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-conferences/{voice_conference}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences/:voice_conference",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences",
            ":voice_conference"
          ],
          "variable": [
            {
              "key": "voice_conference",
              "value": "",
              "description": "voice_conference identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@destroy`\n**Route name:** `voice-conferences.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-conferences/{voice_conference}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences/:voice_conference",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences",
            ":voice_conference"
          ],
          "variable": [
            {
              "key": "voice_conference",
              "value": "",
              "description": "voice_conference identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@show`\n**Route name:** `voice-conferences.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-conferences/{voice_conference}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences/:voice_conference",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences",
            ":voice_conference"
          ],
          "variable": [
            {
              "key": "voice_conference",
              "value": "",
              "description": "voice_conference identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@update`\n**Route name:** `voice-conferences.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-conferences/{voice_conference}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences/:voice_conference/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences",
            ":voice_conference",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_conference",
              "value": "",
              "description": "voice_conference identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@edit`\n**Route name:** `voice-conferences.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-conferences/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-conferences/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-conferences",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceConferenceController@create`\n**Route name:** `voice-conferences.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-messages",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@index`\n**Route name:** `voice-messages.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-messages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@store`\n**Route name:** `voice-messages.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-messages/{voice_message}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages/:voice_message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages",
            ":voice_message"
          ],
          "variable": [
            {
              "key": "voice_message",
              "value": "",
              "description": "voice_message identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@destroy`\n**Route name:** `voice-messages.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-messages/{voice_message}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages/:voice_message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages",
            ":voice_message"
          ],
          "variable": [
            {
              "key": "voice_message",
              "value": "",
              "description": "voice_message identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@show`\n**Route name:** `voice-messages.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-messages/{voice_message}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages/:voice_message",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages",
            ":voice_message"
          ],
          "variable": [
            {
              "key": "voice_message",
              "value": "",
              "description": "voice_message identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@update`\n**Route name:** `voice-messages.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-messages/{voice_message}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages/:voice_message/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages",
            ":voice_message",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_message",
              "value": "",
              "description": "voice_message identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@edit`\n**Route name:** `voice-messages.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-messages/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-messages/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-messages",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceMessageCampaignController@create`\n**Route name:** `voice-messages.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-configs",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@index`\n**Route name:** `voice-number-masking-configs.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-number-masking-configs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@store`\n**Route name:** `voice-number-masking-configs.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-number-masking-configs/{voice_number_masking_config}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs/:voice_number_masking_config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs",
            ":voice_number_masking_config"
          ],
          "variable": [
            {
              "key": "voice_number_masking_config",
              "value": "",
              "description": "voice_number_masking_config identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@destroy`\n**Route name:** `voice-number-masking-configs.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-configs/{voice_number_masking_config}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs/:voice_number_masking_config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs",
            ":voice_number_masking_config"
          ],
          "variable": [
            {
              "key": "voice_number_masking_config",
              "value": "",
              "description": "voice_number_masking_config identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@show`\n**Route name:** `voice-number-masking-configs.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-number-masking-configs/{voice_number_masking_config}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs/:voice_number_masking_config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs",
            ":voice_number_masking_config"
          ],
          "variable": [
            {
              "key": "voice_number_masking_config",
              "value": "",
              "description": "voice_number_masking_config identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@update`\n**Route name:** `voice-number-masking-configs.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-configs/{voice_number_masking_config}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs/:voice_number_masking_config/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs",
            ":voice_number_masking_config",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_number_masking_config",
              "value": "",
              "description": "voice_number_masking_config identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@edit`\n**Route name:** `voice-number-masking-configs.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-configs/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-configs/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-configs",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingConfigController@create`\n**Route name:** `voice-number-masking-configs.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-sessions",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@index`\n**Route name:** `voice-number-masking-sessions.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-number-masking-sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@store`\n**Route name:** `voice-number-masking-sessions.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-number-masking-sessions/{voice_number_masking_session}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions/:voice_number_masking_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions",
            ":voice_number_masking_session"
          ],
          "variable": [
            {
              "key": "voice_number_masking_session",
              "value": "",
              "description": "voice_number_masking_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@destroy`\n**Route name:** `voice-number-masking-sessions.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-sessions/{voice_number_masking_session}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions/:voice_number_masking_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions",
            ":voice_number_masking_session"
          ],
          "variable": [
            {
              "key": "voice_number_masking_session",
              "value": "",
              "description": "voice_number_masking_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@show`\n**Route name:** `voice-number-masking-sessions.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-number-masking-sessions/{voice_number_masking_session}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions/:voice_number_masking_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions",
            ":voice_number_masking_session"
          ],
          "variable": [
            {
              "key": "voice_number_masking_session",
              "value": "",
              "description": "voice_number_masking_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@update`\n**Route name:** `voice-number-masking-sessions.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-sessions/{voice_number_masking_session}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions/:voice_number_masking_session/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions",
            ":voice_number_masking_session",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_number_masking_session",
              "value": "",
              "description": "voice_number_masking_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@edit`\n**Route name:** `voice-number-masking-sessions.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-number-masking-sessions/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-number-masking-sessions/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-number-masking-sessions",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberMaskingSessionController@create`\n**Route name:** `voice-number-masking-sessions.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-numbers",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-numbers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-numbers/{id}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@destroy`"
      },
      "response": []
    },
    {
      "name": "PATCH /voice-numbers/{id}",
      "request": {
        "method": "PATCH",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "PUT /voice-numbers/{id}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice-numbers/{id}/default",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-numbers/:id/default",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-numbers",
            ":id",
            "default"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNumberController@makeDefault`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-sip-trunks",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@index`\n**Route name:** `voice-sip-trunks.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-sip-trunks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@store`\n**Route name:** `voice-sip-trunks.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-sip-trunks/{voice_sip_trunk}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks/:voice_sip_trunk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks",
            ":voice_sip_trunk"
          ],
          "variable": [
            {
              "key": "voice_sip_trunk",
              "value": "",
              "description": "voice_sip_trunk identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@destroy`\n**Route name:** `voice-sip-trunks.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-sip-trunks/{voice_sip_trunk}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks/:voice_sip_trunk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks",
            ":voice_sip_trunk"
          ],
          "variable": [
            {
              "key": "voice_sip_trunk",
              "value": "",
              "description": "voice_sip_trunk identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@show`\n**Route name:** `voice-sip-trunks.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-sip-trunks/{voice_sip_trunk}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks/:voice_sip_trunk",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks",
            ":voice_sip_trunk"
          ],
          "variable": [
            {
              "key": "voice_sip_trunk",
              "value": "",
              "description": "voice_sip_trunk identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@update`\n**Route name:** `voice-sip-trunks.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-sip-trunks/{voice_sip_trunk}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks/:voice_sip_trunk/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks",
            ":voice_sip_trunk",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_sip_trunk",
              "value": "",
              "description": "voice_sip_trunk identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@edit`\n**Route name:** `voice-sip-trunks.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-sip-trunks/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-sip-trunks/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-sip-trunks",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceSipTrunkController@create`\n**Route name:** `voice-sip-trunks.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-trust-records",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@index`\n**Route name:** `voice-trust-records.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-trust-records",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@store`\n**Route name:** `voice-trust-records.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-trust-records/{voice_trust_record}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records/:voice_trust_record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records",
            ":voice_trust_record"
          ],
          "variable": [
            {
              "key": "voice_trust_record",
              "value": "",
              "description": "voice_trust_record identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@destroy`\n**Route name:** `voice-trust-records.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-trust-records/{voice_trust_record}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records/:voice_trust_record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records",
            ":voice_trust_record"
          ],
          "variable": [
            {
              "key": "voice_trust_record",
              "value": "",
              "description": "voice_trust_record identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@show`\n**Route name:** `voice-trust-records.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-trust-records/{voice_trust_record}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records/:voice_trust_record",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records",
            ":voice_trust_record"
          ],
          "variable": [
            {
              "key": "voice_trust_record",
              "value": "",
              "description": "voice_trust_record identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@update`\n**Route name:** `voice-trust-records.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-trust-records/{voice_trust_record}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records/:voice_trust_record/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records",
            ":voice_trust_record",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_trust_record",
              "value": "",
              "description": "voice_trust_record identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@edit`\n**Route name:** `voice-trust-records.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-trust-records/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-trust-records/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-trust-records",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTrustRecordController@create`\n**Route name:** `voice-trust-records.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-identities",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@index`\n**Route name:** `voice-webrtc-identities.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-identities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@store`\n**Route name:** `voice-webrtc-identities.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-identities/{id}/token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/:id/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            ":id",
            "token"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@token`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-webrtc-identities/{voice_webrtc_identity}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/:voice_webrtc_identity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            ":voice_webrtc_identity"
          ],
          "variable": [
            {
              "key": "voice_webrtc_identity",
              "value": "",
              "description": "voice_webrtc_identity identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@destroy`\n**Route name:** `voice-webrtc-identities.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-identities/{voice_webrtc_identity}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/:voice_webrtc_identity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            ":voice_webrtc_identity"
          ],
          "variable": [
            {
              "key": "voice_webrtc_identity",
              "value": "",
              "description": "voice_webrtc_identity identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@show`\n**Route name:** `voice-webrtc-identities.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-webrtc-identities/{voice_webrtc_identity}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/:voice_webrtc_identity",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            ":voice_webrtc_identity"
          ],
          "variable": [
            {
              "key": "voice_webrtc_identity",
              "value": "",
              "description": "voice_webrtc_identity identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@update`\n**Route name:** `voice-webrtc-identities.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-identities/{voice_webrtc_identity}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/:voice_webrtc_identity/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            ":voice_webrtc_identity",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_webrtc_identity",
              "value": "",
              "description": "voice_webrtc_identity identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@edit`\n**Route name:** `voice-webrtc-identities.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-identities/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-identities/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-identities",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcIdentityController@create`\n**Route name:** `voice-webrtc-identities.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-presences",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@index`\n**Route name:** `voice-webrtc-presences.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-presences",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@store`\n**Route name:** `voice-webrtc-presences.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-webrtc-presences/{voice_webrtc_presence}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences/:voice_webrtc_presence",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences",
            ":voice_webrtc_presence"
          ],
          "variable": [
            {
              "key": "voice_webrtc_presence",
              "value": "",
              "description": "voice_webrtc_presence identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@destroy`\n**Route name:** `voice-webrtc-presences.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-presences/{voice_webrtc_presence}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences/:voice_webrtc_presence",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences",
            ":voice_webrtc_presence"
          ],
          "variable": [
            {
              "key": "voice_webrtc_presence",
              "value": "",
              "description": "voice_webrtc_presence identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@show`\n**Route name:** `voice-webrtc-presences.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-webrtc-presences/{voice_webrtc_presence}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences/:voice_webrtc_presence",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences",
            ":voice_webrtc_presence"
          ],
          "variable": [
            {
              "key": "voice_webrtc_presence",
              "value": "",
              "description": "voice_webrtc_presence identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@update`\n**Route name:** `voice-webrtc-presences.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-presences/{voice_webrtc_presence}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences/:voice_webrtc_presence/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences",
            ":voice_webrtc_presence",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_webrtc_presence",
              "value": "",
              "description": "voice_webrtc_presence identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@edit`\n**Route name:** `voice-webrtc-presences.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-presences/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-presences/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-presences",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcPresenceController@create`\n**Route name:** `voice-webrtc-presences.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-sessions",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@index`\n**Route name:** `voice-webrtc-sessions.index`"
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-sessions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@store`\n**Route name:** `voice-webrtc-sessions.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-sessions/{id}/accept",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:id/accept",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":id",
            "accept"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@accept`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-sessions/{id}/events",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:id/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":id",
            "events"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@events`"
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-sessions/{id}/hangup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:id/hangup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":id",
            "hangup"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@hangup`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-sessions/{id}/reject",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:id/reject",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":id",
            "reject"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@reject`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice-webrtc-sessions/{id}/ring",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:id/ring",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":id",
            "ring"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@ring`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voice-webrtc-sessions/{voice_webrtc_session}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:voice_webrtc_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":voice_webrtc_session"
          ],
          "variable": [
            {
              "key": "voice_webrtc_session",
              "value": "",
              "description": "voice_webrtc_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@destroy`\n**Route name:** `voice-webrtc-sessions.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-sessions/{voice_webrtc_session}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:voice_webrtc_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":voice_webrtc_session"
          ],
          "variable": [
            {
              "key": "voice_webrtc_session",
              "value": "",
              "description": "voice_webrtc_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@show`\n**Route name:** `voice-webrtc-sessions.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voice-webrtc-sessions/{voice_webrtc_session}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:voice_webrtc_session",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":voice_webrtc_session"
          ],
          "variable": [
            {
              "key": "voice_webrtc_session",
              "value": "",
              "description": "voice_webrtc_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@update`\n**Route name:** `voice-webrtc-sessions.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-sessions/{voice_webrtc_session}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/:voice_webrtc_session/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            ":voice_webrtc_session",
            "edit"
          ],
          "variable": [
            {
              "key": "voice_webrtc_session",
              "value": "",
              "description": "voice_webrtc_session identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@edit`\n**Route name:** `voice-webrtc-sessions.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voice-webrtc-sessions/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice-webrtc-sessions/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice-webrtc-sessions",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceWebRtcSessionController@create`\n**Route name:** `voice-webrtc-sessions.create`"
      },
      "response": []
    },
    {
      "name": "GET /voice/at/callback",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/callback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "callback"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@callbackGet`",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "POST /voice/at/callback",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/callback",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "callback"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@callback`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "auth": {
          "type": "noauth"
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice/at/events",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "events"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@eventsGet`",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "POST /voice/at/events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "events"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@events`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "auth": {
          "type": "noauth"
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice/at/recording",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/recording",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "recording"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@recordingGet`",
        "auth": {
          "type": "noauth"
        }
      },
      "response": []
    },
    {
      "name": "POST /voice/at/recording",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/at/recording",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "at",
            "recording"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\VoiceWebhookController@recording`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "auth": {
          "type": "noauth"
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice/calls/{id}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/calls/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "calls",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@show`"
      },
      "response": []
    },
    {
      "name": "GET /voice/calls/history",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/calls/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "calls",
            "history"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@history`"
      },
      "response": []
    },
    {
      "name": "POST /voice/calls/initiate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/calls/initiate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "calls",
            "initiate"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@initiate`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice/calls/outbound",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/calls/outbound",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "calls",
            "outbound"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@outbound`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voice/calls/queued",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/calls/queued",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "calls",
            "queued"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@queued`"
      },
      "response": []
    },
    {
      "name": "POST /voice/infobip/events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/infobip/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "infobip",
            "events"
          ]
        },
        "description": "**Authentication:** Public\n**Handler:** `Voice\\InfobipVoiceWebhookController@handle`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "auth": {
          "type": "noauth"
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voice/media/upload",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voice/media/upload",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voice",
            "media",
            "upload"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallActionController@uploadMedia`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voicecall",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@index`\n**Route name:** `voicecall.index`"
      },
      "response": []
    },
    {
      "name": "POST /voicecall",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@store`\n**Route name:** `voicecall.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voicecall/{voicecall}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall/:voicecall",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall",
            ":voicecall"
          ],
          "variable": [
            {
              "key": "voicecall",
              "value": "",
              "description": "voicecall identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@destroy`\n**Route name:** `voicecall.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voicecall/{voicecall}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall/:voicecall",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall",
            ":voicecall"
          ],
          "variable": [
            {
              "key": "voicecall",
              "value": "",
              "description": "voicecall identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@show`\n**Route name:** `voicecall.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voicecall/{voicecall}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall/:voicecall",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall",
            ":voicecall"
          ],
          "variable": [
            {
              "key": "voicecall",
              "value": "",
              "description": "voicecall identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@update`\n**Route name:** `voicecall.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voicecall/{voicecall}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall/:voicecall/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall",
            ":voicecall",
            "edit"
          ],
          "variable": [
            {
              "key": "voicecall",
              "value": "",
              "description": "voicecall identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@edit`\n**Route name:** `voicecall.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voicecall/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicecall/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicecall",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceCallController@create`\n**Route name:** `voicecall.create`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@index`\n**Route name:** `voiceflow.index`"
      },
      "response": []
    },
    {
      "name": "POST /voiceflow",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@store`\n**Route name:** `voiceflow.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voiceflow/{id}/assets",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:id/assets",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":id",
            "assets"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@uploadAsset`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "POST /voiceflow/{id}/validate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:id/validate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":id",
            "validate"
          ],
          "variable": [
            {
              "key": "id",
              "value": "",
              "description": "id identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@validateGraph`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voiceflow/{voiceflow}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@destroy`\n**Route name:** `voiceflow.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@show`\n**Route name:** `voiceflow.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voiceflow/{voiceflow}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@update`\n**Route name:** `voiceflow.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "edit"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@edit`\n**Route name:** `voiceflow.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}/voicenode",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@index`\n**Route name:** `voiceflow.voicenode.index`"
      },
      "response": []
    },
    {
      "name": "POST /voiceflow/{voiceflow}/voicenode",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@store`\n**Route name:** `voiceflow.voicenode.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voiceflow/{voiceflow}/voicenode/{voicenode}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode/:voicenode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode",
            ":voicenode"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            },
            {
              "key": "voicenode",
              "value": "",
              "description": "voicenode identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@destroy`\n**Route name:** `voiceflow.voicenode.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}/voicenode/{voicenode}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode/:voicenode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode",
            ":voicenode"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            },
            {
              "key": "voicenode",
              "value": "",
              "description": "voicenode identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@show`\n**Route name:** `voiceflow.voicenode.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voiceflow/{voiceflow}/voicenode/{voicenode}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode/:voicenode",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode",
            ":voicenode"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            },
            {
              "key": "voicenode",
              "value": "",
              "description": "voicenode identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@update`\n**Route name:** `voiceflow.voicenode.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}/voicenode/{voicenode}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode/:voicenode/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode",
            ":voicenode",
            "edit"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            },
            {
              "key": "voicenode",
              "value": "",
              "description": "voicenode identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@edit`\n**Route name:** `voiceflow.voicenode.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/{voiceflow}/voicenode/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/:voiceflow/voicenode/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            ":voiceflow",
            "voicenode",
            "create"
          ],
          "variable": [
            {
              "key": "voiceflow",
              "value": "",
              "description": "voiceflow identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceNodeController@create`\n**Route name:** `voiceflow.voicenode.create`"
      },
      "response": []
    },
    {
      "name": "GET /voiceflow/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voiceflow/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voiceflow",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceFlowController@create`\n**Route name:** `voiceflow.create`"
      },
      "response": []
    },
    {
      "name": "GET /voicetransition",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@index`\n**Route name:** `voicetransition.index`"
      },
      "response": []
    },
    {
      "name": "POST /voicetransition",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@store`\n**Route name:** `voicetransition.store`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "DELETE /voicetransition/{voicetransition}",
      "request": {
        "method": "DELETE",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition/:voicetransition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition",
            ":voicetransition"
          ],
          "variable": [
            {
              "key": "voicetransition",
              "value": "",
              "description": "voicetransition identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@destroy`\n**Route name:** `voicetransition.destroy`"
      },
      "response": []
    },
    {
      "name": "GET /voicetransition/{voicetransition}",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition/:voicetransition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition",
            ":voicetransition"
          ],
          "variable": [
            {
              "key": "voicetransition",
              "value": "",
              "description": "voicetransition identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@show`\n**Route name:** `voicetransition.show`"
      },
      "response": []
    },
    {
      "name": "PUT /voicetransition/{voicetransition}",
      "request": {
        "method": "PUT",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition/:voicetransition",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition",
            ":voicetransition"
          ],
          "variable": [
            {
              "key": "voicetransition",
              "value": "",
              "description": "voicetransition identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@update`\n**Route name:** `voicetransition.update`\n\n> This endpoint accepts a body, but no `FormRequest` class backs it — validation happens\n> inline in the controller, so the fields could not be derived automatically. An empty JSON\n> body is provided as a starting point.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "GET /voicetransition/{voicetransition}/edit",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition/:voicetransition/edit",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition",
            ":voicetransition",
            "edit"
          ],
          "variable": [
            {
              "key": "voicetransition",
              "value": "",
              "description": "voicetransition identifier"
            }
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@edit`\n**Route name:** `voicetransition.edit`"
      },
      "response": []
    },
    {
      "name": "GET /voicetransition/create",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/voicetransition/create",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "voicetransition",
            "create"
          ]
        },
        "description": "**Authentication:** Optional JWT\n**Handler:** `Voice\\VoiceTransitionController@create`\n**Route name:** `voicetransition.create`"
      },
      "response": []
    }
  ],
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.axis.im",
      "type": "string"
    },
    {
      "key": "access_token",
      "value": "",
      "type": "string"
    },
    {
      "key": "api_key",
      "value": "",
      "type": "string"
    },
    {
      "key": "engage_key",
      "value": "",
      "type": "string"
    }
  ]
}