AurionAI Docs

Video Oauth Start

GET
/api/v2/meetings/video-oauth/{provider}/start

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

provider*Provider
Value in"teams" | "zoom" | "google_meet"

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/meetings/video-oauth/teams/start"
{
  "property1": "string",
  "property2": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}